Home
last modified time | relevance | path

Searched refs:ClosingInsertion (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp247 std::string ClosingInsertion; in checkStmt() local
250 ClosingInsertion = "} "; in checkStmt()
254 ClosingInsertion = "\n}"; in checkStmt()
270 << FixItHint::CreateInsertion(EndLoc, ClosingInsertion); in checkStmt()