diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 5cf09bd26fab8..a3c614a787ec1 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -169,14 +169,14 @@ New check aliases Changes in existing checks ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Fixed bug in :doc:`bugprone-reserved-identifier - `, so that it does not warn - on macros starting with underscore and lowercase letter. - - Improved :doc:`bugprone-lambda-function-name ` check by adding option `IgnoreMacros` to ignore warnings in macros. +- Improved :doc:`bugprone-reserved-identifier + ` check, so that it does not + warn on macros starting with underscore and lowercase letter. + - Improved :doc:`cppcoreguidelines-avoid-non-const-global-variables ` check to ignore ``static`` variables declared within the scope of @@ -186,8 +186,8 @@ Changes in existing checks ` check to ignore delegate constructors. -- Improved :doc `cppcoreguidelines-pro-bounds-array-to-pointer-decay - ` check +- Improved :doc:`cppcoreguidelines-pro-bounds-array-to-pointer-decay + ` check to ignore predefined expression (e.g., ``__func__``, ...). - Improved :doc:`cppcoreguidelines-pro-type-member-init @@ -218,7 +218,7 @@ Changes in existing checks ` check to properly escape single quotes. -- Improved :doc:`performanc-noexcept-swap +- Improved :doc:`performance-noexcept-swap ` check to enforce a stricter match with the swap function signature, eliminating false-positives.