[clang] [clang-tools-extra] [clang-tidy] Avoid processing declarations in system headers (PR #128150)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 11 05:42:09 PDT 2025


================
@@ -449,6 +453,7 @@ ClangTidyASTConsumerFactory::createASTConsumer(
   }
 
   std::vector<std::unique_ptr<ASTConsumer>> Consumers;
+
----------------
Xazax-hun wrote:

Nit: is this an intended change?

https://github.com/llvm/llvm-project/pull/128150


More information about the cfe-commits mailing list