[clang-tools-extra] 284fcbb - [clang-tidy][NFC] Fix link in RelaseNotes

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 7 10:41:26 PST 2023


Author: Piotr Zegar
Date: 2023-03-07T18:39:45Z
New Revision: 284fcbb95a899228b99728e9d8960fc7a6c5c6ac

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

LOG: [clang-tidy][NFC] Fix link in RelaseNotes

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 bd38cf9d6a62e..426b92ab950cc 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -114,7 +114,7 @@ New checks
 
   Warns when lambda specify a capture default and capture ``this``.
 
-- New :doc: `llvmlibc-inline-function-decl
+- New :doc:`llvmlibc-inline-function-decl
   <clang-tidy/checks/llvmlibc/inline-function-decl>` check.
 
   Checks that all implicit and explicit inline functions in header files are


        


More information about the cfe-commits mailing list