[clang] 38750d7 - Fix Clang Sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 8 09:19:54 PDT 2023


Author: Aaron Ballman
Date: 2023-09-08T12:19:09-04:00
New Revision: 38750d7ec179283e4798331f45cccbff122066dd

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

LOG: Fix Clang Sphinx build

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

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 6a3a6bb8ad425b..5c2c5cf4fb2c34 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -273,7 +273,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