[clang-tools-extra] [clang-tidy] Add an option to exclude files not present in the compile database (PR #120348)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 15:32:40 PST 2025


================
@@ -115,6 +115,9 @@ Improvements to clang-tidy
 - Improved :program:`run-clang-tidy.py` script. Fixed minor shutdown noise
   happening on certain platforms when interrupting the script.
 
+- Improved :program:`clang-tidy-diff.py` script. Add an option to exclude files
----------------
HerrCai0907 wrote:

explicit mention the option name to make it easy to touch other user.

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


More information about the cfe-commits mailing list