[clang-tidy] Really fix rG9182c679dde7
authorClement Courbet <courbet@google.com>
Wed, 24 May 2023 13:21:50 +0000 (15:21 +0200)
committerClement Courbet <courbet@google.com>
Wed, 24 May 2023 13:21:50 +0000 (15:21 +0200)
Correct link is clang-tidy/checks/performance/no-automatic-move

clang-tools-extra/docs/ReleaseNotes.rst

index 8365340..980be48 100644 (file)
@@ -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