[clang] 3b4c150 - Fix the Clang sphinx bot

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 13:11:52 PDT 2023


Author: Aaron Ballman
Date: 2023-09-06T16:11:23-04:00
New Revision: 3b4c150459d5943c594ad81dba8b2f424d6b3080

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

LOG: Fix the Clang sphinx bot

This addresses issues found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/50285

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index fe3e9f778b52929..142d534f55a0427 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -269,7 +269,7 @@ Bug Fixes to C++ Support
 - Fix crash when the trailing return type of a generic and dependent
   lambda refers to an init-capture.
   (`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_` and
-   `#63675 <https://github.com/llvm/llvm-project/issues/63675>`_`)
+  `#63675 <https://github.com/llvm/llvm-project/issues/63675>`_`)
 
 Bug Fixes to AST Handling
 ^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list