[PATCH] D118520: [clang-tidy] Output currently processing check and nodes on crash
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 28 18:16:30 PST 2022
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:191
+ }
+ void setContext(const ASTContext &Ctx) { CurContext = &Ctx; }
+ void clearContext() { CurContext = nullptr; }
----------------
Please separate with newline.
================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h:26
namespace ast_matchers {
class MatchFinder;
+class BoundNodes;
----------------
Please sort alphabetically.
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