File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ Changes in existing checks
180
180
<clang-tidy/checks/llvm/namespace-comment>` check to provide fixes for
181
181
``inline `` namespaces in the same format as :program: `clang-format `.
182
182
183
+ - Improved :doc: `misc-include-cleaner
184
+ <clang-tidy/checks/misc/include-cleaner>` check by adding option
185
+ `DeduplicateFindings ` to output one finding per symbol occurence.
186
+
183
187
- Improved :doc: `modernize-loop-convert
184
188
<clang-tidy/checks/modernize/loop-convert>` to support for-loops with
185
189
iterators initialized by free functions like ``begin ``, ``end ``, or ``size ``.
@@ -192,9 +196,6 @@ Changes in existing checks
192
196
<clang-tidy/checks/readability/identifier-naming>` check to emit proper
193
197
warnings when a type forward declaration precedes its definition.
194
198
195
- - Misc-include-cleaner check has option `DeduplicateFindings ` to output one
196
- finding per occurence of a symbol.
197
-
198
199
Removed checks
199
200
^^^^^^^^^^^^^^
200
201
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ Options
37
37
.. option :: DeduplicateFindings
38
38
39
39
A boolean that controls whether the check should deduplicate findings for the
40
- same symbol. Defaults to true.
40
+ same symbol. Defaults to ` true ` .
You can’t perform that action at this time.
0 commit comments