Skip to content

Commit

Permalink
[clang-tidy][Docs] Update docs per post-commit review
Browse files Browse the repository at this point in the history
  • Loading branch information
kadircet committed Aug 8, 2023
1 parent 89d0a76 commit 724b40a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ Changes in existing checks
<clang-tidy/checks/llvm/namespace-comment>` check to provide fixes for
``inline`` namespaces in the same format as :program:`clang-format`.

- Improved :doc:`misc-include-cleaner
<clang-tidy/checks/misc/include-cleaner>` check by adding option
`DeduplicateFindings` to output one finding per symbol occurence.

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

- Misc-include-cleaner check has option `DeduplicateFindings` to output one
finding per occurence of a symbol.

Removed checks
^^^^^^^^^^^^^^

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Options
.. option:: DeduplicateFindings

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

0 comments on commit 724b40a

Please sign in to comment.