We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e06e5e commit d387750Copy full SHA for d387750
clang-tools-extra/docs/ReleaseNotes.rst
@@ -57,12 +57,12 @@ Potentially Breaking Changes
57
- Renamed a few :program:`clang-tidy` check options, as they
58
were misspelled:
59
60
- - `NamePrefixSuffixSilenceDissimilarityTreshold` →
+ - `NamePrefixSuffixSilenceDissimilarityTreshold` to
61
`NamePrefixSuffixSilenceDissimilarityThreshold` in
62
:doc:`bugprone-easily-swappable-parameters
63
<clang-tidy/checks/bugprone/easily-swappable-parameters>`
64
65
- - `CharTypdefsToIgnore` → `CharTypedefsToIgnore` in
+ - `CharTypdefsToIgnore` to `CharTypedefsToIgnore` in
66
:doc:`bugprone-signed-char-misuse
67
<clang-tidy/checks/bugprone/signed-char-misuse>`
68
0 commit comments