Skip to content

Commit d9a64e6

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@ Improvements to clang-tidy
132132
when run over C files. If ``-std`` is not specified, it defaults to
133133
``c99-or-later``.
134134

135+
<<<<<<< HEAD
135136
- :program:`clang-tidy` no longer attempts to analyze code from system headers
137+
=======
138+
<<<<<<< HEAD
139+
- :program:`clang-tidy` no longer attemps to analyze code from system headers
140+
>>>>>>> 64f91e7543e8 (fixup! [clang-tidy] New option to remove arguments from the command line)
136141
by default, greatly improving performance. This behavior is disabled if the
137142
`SystemHeaders` option is enabled.
138143

@@ -167,8 +172,9 @@ Improvements to clang-tidy
167172
scripts by adding the `-hide-progress` option to suppress progress and
168173
informational messages.
169174

170-
- Improved :program:`clang-tidy` by adding the option `RemovedArgs`
171-
to remove arguments sent to the compiler when invoking clang-tidy.
175+
- Improved :program:`clang-tidy` by adding the option
176+
:option:`RemovedArgs` to remove arguments sent to the
177+
compiler when invoking clang-tidy.
172178

173179
- Deprecated the :program:`clang-tidy` ``zircon`` module. All checks have been
174180
moved to the ``fuchsia`` module instead. The ``zircon`` module will be removed

0 commit comments

Comments
 (0)