File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,21 @@ infrastructure are described first, followed by tool-specific sections.
46
46
Major New Features
47
47
------------------
48
48
49
+ Potentially Breaking Changes
50
+ ----------------------------
51
+
52
+ - Removed :program: `clang-tidy `'s global options `IgnoreMacros ` and
53
+ `StrictMode `, which were documented as deprecated since
54
+ :program: `clang-tidy-20 `. Users should use the check-specific options of the
55
+ same name instead.
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 ``,
62
+ correcting a spelling mistake.
63
+
49
64
Improvements to clangd
50
65
----------------------
51
66
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ infrastructure are described first, followed by tool-specific sections.
46
46
Major New Features
47
47
------------------
48
48
49
+ Potentially Breaking Changes
50
+ ----------------------------
51
+
49
52
Improvements to clangd
50
53
----------------------
51
54
You can’t perform that action at this time.
0 commit comments