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.
4646Major New Features
4747------------------
4848
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+
4964Improvements to clangd
5065----------------------
5166
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ infrastructure are described first, followed by tool-specific sections.
4646Major New Features
4747------------------
4848
49+ Potentially Breaking Changes
50+ ----------------------------
51+
4952Improvements to clangd
5053----------------------
5154
You can’t perform that action at this time.
0 commit comments