Author: Piotr Zegar
Date: 2023-07-17T06:20:17Z
New Revision: feaf70b3cd64d09566ec667ce95340056c358ca2

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

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

Add missing : character to links in release notes
so they could shown properly.

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 3b3bf0ca55508e..820a76c66d9862 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -238,17 +238,17 @@ New check aliases
 
 - New alias :doc:`cppcoreguidelines-noexcept-destructor
   <clang-tidy/checks/cppcoreguidelines/noexcept-destructor>` to
-  :doc`performance-noexcept-destructor
+  :doc:`performance-noexcept-destructor
   <clang-tidy/checks/performance/noexcept-destructor>` was added.
 
 - New alias :doc:`cppcoreguidelines-noexcept-move-operations
   <clang-tidy/checks/cppcoreguidelines/noexcept-move-operations>` to
-  :doc`performance-noexcept-move-constructor
+  :doc:`performance-noexcept-move-constructor
   <clang-tidy/checks/performance/noexcept-move-constructor>` was added.
 
 - New alias :doc:`cppcoreguidelines-noexcept-swap
   <clang-tidy/checks/cppcoreguidelines/noexcept-swap>` to
-  :doc`performance-noexcept-swap
+  :doc:`performance-noexcept-swap
   <clang-tidy/checks/performance/noexcept-swap>` was added.
 
 - New alias :doc:`cppcoreguidelines-use-default-member-init


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to