Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ infrastructure are described first, followed by tool-specific sections.
Major New Features
------------------

Potentially Breaking Changes
----------------------------

- Removed :program:`clang-tidy`'s global options `IgnoreMacros` and
`StrictMode`, which were documented as deprecated since
:program:`clang-tidy-20`. Users should use the check-specific options of the
same name instead.

- Renamed :program:`clang-tidy`'s option name of check
:doc:`bugprone-easily-swappable-parameters
<clang-tidy/checks/bugprone/easily-swappable-parameters>` from
``NamePrefixSuffixSilenceDissimilarityTreshold`` to
``NamePrefixSuffixSilenceDissimilarityThreshold``,
correcting a spelling mistake.

Improvements to clangd
----------------------

Expand Down
3 changes: 3 additions & 0 deletions clang-tools-extra/docs/ReleaseNotesTemplate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ infrastructure are described first, followed by tool-specific sections.
Major New Features
------------------

Potentially Breaking Changes
----------------------------

Improvements to clangd
----------------------

Expand Down
Loading