[clang-tools-extra] 608fc6d - [clang-tidy][NFC] Fix link in release notes

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 09:32:09 PDT 2023


Author: Piotr Zegar
Date: 2023-07-20T16:31:55Z
New Revision: 608fc6d2934b6d0b5aa3719ab3b2aad9cbaba31b

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

LOG: [clang-tidy][NFC] Fix link in release notes

Correct link to modernize-loop-convert check in
release notes entry.

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 1a0dbf0a7db8a6..0f41c2dfceae6a 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -396,7 +396,7 @@ Changes in existing checks
   using macro between namespace declarations, to fix false positive when using namespace
   with attributes and to support nested inline namespace introduced in c++20.
 
-- Fixed an issue in `modernize-loop-convert
+- Fixed an issue in :doc:`modernize-loop-convert
   <clang-tidy/checks/modernize/loop-convert>` generating wrong code
   when using structured bindings.
 


        


More information about the cfe-commits mailing list