Skip to content

Commit a53fa78

Browse files
authored
[clang-tidy][doc] fix incorrectly performance-unnecessary-copy-initialization link in release note (#122910)
1 parent b6eb6a8 commit a53fa78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ Changes in existing checks
351351
<clang-tidy/checks/performance/move-const-arg>` check to fix a crash when
352352
an argument type is declared but not defined.
353353

354-
- Improved :doc:`performance-unnecessary-copy-initialization`
355-
<clang-tidy/checks/performance/unnecessary-copy-initialization> check
354+
- Improved :doc:`performance-unnecessary-copy-initialization
355+
<clang-tidy/checks/performance/unnecessary-copy-initialization>` check
356356
to consider static member functions the same way as free functions.
357357

358358
- Improved :doc:`readability-container-contains

0 commit comments

Comments
 (0)