reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
  433   bool FoundErrors = llvm::find_if(Errors, [](const ClangTidyError &E) {
  435                      }) != Errors.end();
  442   handleErrors(Errors, Context, (FixErrors || Fix) && !DisableFixes, WErrorCount,
  445   if (!ExportFixes.empty() && !Errors.empty()) {
  452     exportReplacements(FilePath.str(), Errors, OS);