[clang] [clang-tools-extra] [clang-tidy] Avoid processing declarations in system headers (PR #128150)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 11 06:32:16 PDT 2025
================
@@ -449,6 +453,7 @@ ClangTidyASTConsumerFactory::createASTConsumer(
}
std::vector<std::unique_ptr<ASTConsumer>> Consumers;
+
----------------
carlosgalvezp wrote:
Nope, fixed!
https://github.com/llvm/llvm-project/pull/128150
More information about the cfe-commits
mailing list