[PATCH] D118520: [clang-tidy] Output currently processing check and nodes on crash

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 28 17:53:09 PST 2022


LegalizeAdulthood added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:201
+} // namespace clang
 ClangTidyError::ClangTidyError(StringRef CheckName,
                                ClangTidyError::Level DiagLevel,
----------------
Insert a blank line after the last closing namespace, please.


================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:393
+}
+void ClangTidyContext::onResultExit() const { Debugger->onResultLeave(); }
 } // namespace tidy
----------------
blank line between translation unit decls


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118520/new/

https://reviews.llvm.org/D118520



More information about the cfe-commits mailing list