File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,17 @@ Potentially Breaking Changes
54
54
:program: `clang-tidy-20 `. Users should use the check-specific options of the
55
55
same name instead.
56
56
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>`
66
68
67
69
Improvements to clangd
68
70
----------------------
You can’t perform that action at this time.
0 commit comments