Skip to content

Commit 9e06e5e

Browse files
committed
Adjust release notes
1 parent 1a0c393 commit 9e06e5e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@ Potentially Breaking Changes
5454
:program:`clang-tidy-20`. Users should use the check-specific options of the
5555
same name instead.
5656

57-
- Renamed :program:`clang-tidy`'s option name of check
58-
:doc:`bugprone-easily-swappable-parameters
59-
<clang-tidy/checks/bugprone/easily-swappable-parameters>` from
60-
``NamePrefixSuffixSilenceDissimilarityTreshold`` to
61-
``NamePrefixSuffixSilenceDissimilarityThreshold`` and of check
62-
:doc:`bugprone-signed-char-misuse
63-
<clang-tidy/checks/bugprone/signed-char-misuse>` from
64-
``CharTypdefsToIgnore`` to ``CharTypedefsToIgnore``,
65-
correcting spelling mistakes.
57+
- Renamed a few :program:`clang-tidy` check options, as they
58+
were misspelled:
59+
60+
- `NamePrefixSuffixSilenceDissimilarityTreshold` →
61+
`NamePrefixSuffixSilenceDissimilarityThreshold` in
62+
:doc:`bugprone-easily-swappable-parameters
63+
<clang-tidy/checks/bugprone/easily-swappable-parameters>`
64+
65+
- `CharTypdefsToIgnore` → `CharTypedefsToIgnore` in
66+
:doc:`bugprone-signed-char-misuse
67+
<clang-tidy/checks/bugprone/signed-char-misuse>`
6668

6769
Improvements to clangd
6870
----------------------

0 commit comments

Comments
 (0)