Skip to content

Commit fc37f27

Browse files
committed
fixup! [clang-tidy] New option to remove arguments from the command line
Improved Release Notes
1 parent 5cdc27e commit fc37f27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
112113
New checks
113114
^^^^^^^^^^
114115

0 commit comments

Comments
 (0)