File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,13 @@ Improvements to clang-tidy
103103 the configuration options of the `Clang Static Analyzer Checks
104104 <https://clang.llvm.org/docs/analyzer/checkers.html> `_.
105105
106+ - Improved :program: `clang-tidy ` by adding the option
107+ :option: `CompilationArgsToRemoveRegex ` to remove arguments sent to the
108+ compiler when invoking clang-tidy.
109+
106110- Improved :program: `run-clang-tidy.py ` script. Fixed minor shutdown noise
107111 happening on certain platforms when interrupting the script.
108112
109- - Improved :program: `clang-tidy ` by adding the option `CompilationArgsToRemoveRegex `
110- to remove arguments sent to the compiler when invoking clang-tidy.
111-
112113New checks
113114^^^^^^^^^^
114115
You can’t perform that action at this time.
0 commit comments