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
  442   handleErrors(Errors, Context, (FixErrors || Fix) && !DisableFixes, WErrorCount,
  463   if (WErrorCount) {
  465       StringRef Plural = WErrorCount == 1 ? "" : "s";
  466       llvm::errs() << WErrorCount << " warning" << Plural << " treated as error"
  469     return WErrorCount;