File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments