[clang-tools-extra] 32ffc55 - [clang-tidy] Really fix rG9182c679dde7

Clement Courbet via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 06:22:55 PDT 2023


Author: Clement Courbet
Date: 2023-05-24T15:21:50+02:00
New Revision: 32ffc55551feda4cf3eeec5740af5c5f386e584c

URL: https://github.com/llvm/llvm-project/commit/32ffc55551feda4cf3eeec5740af5c5f386e584c
DIFF: https://github.com/llvm/llvm-project/commit/32ffc55551feda4cf3eeec5740af5c5f386e584c.diff

LOG: [clang-tidy] Really fix  rG9182c679dde7

Correct link is clang-tidy/checks/performance/no-automatic-move

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 8365340921e6..980be4869ead 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
-  <clang-tidy/checks/performance/performance-no-automatic-move>` when warning would be
+  <clang-tidy/checks/performance/no-automatic-move>` when warning would be
   emitted for a const local variable to which NRVO is applied.
 
 - Improved :doc:`performance-no-automatic-move
-  <clang-tidy/checks/performance/performance-no-automatic-move>`: warn on ``const &&``
+  <clang-tidy/checks/performance/no-automatic-move>`: warn on ``const &&``
   constructors.
 
 Removed checks


        


More information about the cfe-commits mailing list