[clang-tools-extra] [clang-tidy] New option `CompilationArgsToRemoveRegex` to remove arguments from the command line (PR #111453)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 8 06:57:37 PDT 2024
================
@@ -106,6 +106,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` by adding the option `CompilationArgsToRemoveRegex`
----------------
EugeneZelenko wrote:
Please move it after previous `clang-tidy` entry. Also ":option:`CompilationArgsToRemoveRegex`"?
https://github.com/llvm/llvm-project/pull/111453
More information about the cfe-commits
mailing list