================
@@ -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.
----------------
carlosgalvezp wrote:

I read this as "the option 'source-filter' is used to filter out source files". 
But in reality it's doing the opposite: it will filter **in** those source 
files (just like header-filter).

Maybe we can write something like "with the same semantics of header-filter, 
but for source files"?

https://github.com/llvm/llvm-project/pull/82416
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to