Author: Aaron Ballman
Date: 2023-08-04T11:43:35-04:00
New Revision: df6b35e329ebecad6dc3bfb83183e482eb7a0020

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

LOG: Fix Clang Sphinx bot

Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/48490

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 46a7aff15da9dc..f03e5231215eb2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -74,6 +74,7 @@ C++2c Feature Support
   is not supported.
 
   .. code-block:: cpp
+
     struct S {
       int _, _; // Was invalid, now OK
     };


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

Reply via email to