Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp109 TotalFixes(0), AppliedFixes(0), WarningsAsErrors(0) { in ErrorReporter()
143 ++TotalFixes; in reportDiagnostic()
193 if (ApplyFixes && TotalFixes > 0) { in Finish()
236 << TotalFixes << " suggested fixes.\n"; in Finish()
294 unsigned TotalFixes; member in clang::tidy::__anon9e868c940111::ErrorReporter