diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 8365340921e6d..980be4869ead8 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -384,11 +384,11 @@ Changes in existing checks with attributes and to support nested inline namespace introduced in c++20. - Fixed a false positive in :doc:`performance-no-automatic-move - ` when warning would be + ` when warning would be emitted for a const local variable to which NRVO is applied. - Improved :doc:`performance-no-automatic-move - `: warn on ``const &&`` + `: warn on ``const &&`` constructors. Removed checks