[clang-tools-extra] 62dc3ba - [clang-tidy]Fix rG9182c679dde7cb6480e66b9231a53d43ad03908b
Clement Courbet via cfe-commits
cfe-commits at lists.llvm.org
Wed May 24 06:19:14 PDT 2023
Author: Clement Courbet
Date: 2023-05-24T15:19:00+02:00
New Revision: 62dc3ba8442fa3f7003d46d2838307452a0391f4
URL: https://github.com/llvm/llvm-project/commit/62dc3ba8442fa3f7003d46d2838307452a0391f4
DIFF: https://github.com/llvm/llvm-project/commit/62dc3ba8442fa3f7003d46d2838307452a0391f4.diff
LOG: [clang-tidy]Fix rG9182c679dde7cb6480e66b9231a53d43ad03908b
Fix bad link to documentation.
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 d1fd47542bd5..8365340921e6 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -384,7 +384,7 @@ 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/no-automatic-move>` when warning would be
+ <clang-tidy/checks/performance/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
More information about the cfe-commits
mailing list