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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits