[clang-tools-extra] [run-clang-tidy.py] Add option to ignore source files from compilation database (PR #82416)
Alexander Scholz via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 06:52:47 PST 2024
================
@@ -97,6 +97,9 @@ The improvements are...
Improvements to clang-tidy
--------------------------
+- Improved :program:`run-clang-tidy.py` script. Added argument `-source-filter`
+ to filter out source files from the compilation database.
----------------
duddel wrote:
Ok, I clarified it and mentioned `-header-filter`.
https://github.com/llvm/llvm-project/pull/82416
More information about the cfe-commits
mailing list