Skip to content

Commit 724b40a

Browse files
committed
[clang-tidy][Docs] Update docs per post-commit review
1 parent 89d0a76 commit 724b40a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Changes in existing checks
180180
<clang-tidy/checks/llvm/namespace-comment>` check to provide fixes for
181181
``inline`` namespaces in the same format as :program:`clang-format`.
182182

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+
183187
- Improved :doc:`modernize-loop-convert
184188
<clang-tidy/checks/modernize/loop-convert>` to support for-loops with
185189
iterators initialized by free functions like ``begin``, ``end``, or ``size``.
@@ -192,9 +196,6 @@ Changes in existing checks
192196
<clang-tidy/checks/readability/identifier-naming>` check to emit proper
193197
warnings when a type forward declaration precedes its definition.
194198

195-
- Misc-include-cleaner check has option `DeduplicateFindings` to output one
196-
finding per occurence of a symbol.
197-
198199
Removed checks
199200
^^^^^^^^^^^^^^
200201

clang-tools-extra/docs/clang-tidy/checks/misc/include-cleaner.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Options
3737
.. option:: DeduplicateFindings
3838

3939
A boolean that controls whether the check should deduplicate findings for the
40-
same symbol. Defaults to true.
40+
same symbol. Defaults to `true`.

0 commit comments

Comments
 (0)