[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:54:09 PST 2022


LegalizeAdulthood added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:181
+  }
+  void onResultEntry(StringRef CheckName,
+                     const ast_matchers::BoundNodes &BoundNodes) {
----------------
blank line before `onResultEntry`


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