[clang-tools-extra] a53fa78 - [clang-tidy][doc] fix incorrectly performance-unnecessary-copy-initialization link in release note (#122910)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 06:44:10 PST 2025


Author: Congcong Cai
Date: 2025-01-14T22:44:05+08:00
New Revision: a53fa78e7b14e57f0acd5a0981e4c63a1c217a11

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

LOG: [clang-tidy][doc] fix incorrectly performance-unnecessary-copy-initialization link in release note (#122910)

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 3fe2f0ce01bccd..6350022ed9a8d3 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -351,8 +351,8 @@ Changes in existing checks
   <clang-tidy/checks/performance/move-const-arg>` check to fix a crash when
   an argument type is declared but not defined.
 
-- Improved :doc:`performance-unnecessary-copy-initialization`
-  <clang-tidy/checks/performance/unnecessary-copy-initialization> check
+- Improved :doc:`performance-unnecessary-copy-initialization
+  <clang-tidy/checks/performance/unnecessary-copy-initialization>` check
   to consider static member functions the same way as free functions.
 
 - Improved :doc:`readability-container-contains


        


More information about the cfe-commits mailing list