[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:08 PDT 2025
================
@@ -91,6 +91,10 @@ Improvements to clang-query
Improvements to clang-tidy
--------------------------
+- It no longer processes declarations from system headers by default, greatly
----------------
Xazax-hun wrote:
I think we should mention somewhere that downstream users might need to modify their own checks as this might change their behavior by default.
https://github.com/llvm/llvm-project/pull/128150
More information about the cfe-commits
mailing list