[clang] 596b598 - Fix Clang sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 05:09:07 PDT 2023


Author: Aaron Ballman
Date: 2023-10-23T08:08:50-04:00
New Revision: 596b59883d49efc7f41f05ebcae8b4f77e6792ef

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

LOG: Fix Clang sphinx build

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3c013835d0b35e9..39e9b9998aa662c 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -364,6 +364,7 @@ Improvements to Clang's diagnostics
   following code
 
   .. code-block:: cpp
+
       struct Foo {
         operator int();
         operator const char*();


        


More information about the cfe-commits mailing list