[clang] 4baa5ae - Possibly fix sphinx regression from 6685e56ceddf

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 07:23:54 PDT 2022


Author: Erich Keane
Date: 2022-10-10T07:22:41-07:00
New Revision: 4baa5aec79aadce13c7b876eb487be13a3c88d48

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

LOG: Possibly fix sphinx regression from 6685e56ceddf

It isn't clear that this is what it is complaining about, but looking
closer, I think this is what I got wrong here. So submitting this to
hope that the Sphinx build will be happy.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 16e6522a4427..54f1afd06b28 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -125,9 +125,9 @@ code bases.
 
   .. code-block:: c++
 
-  void func(void *p) {
-    *p; // Now diagnosed as a warning-as-error.
-  }
+    void func(void *p) {
+      *p; // Now diagnosed as a warning-as-error.
+    }
 
 What's New in Clang |release|?
 ==============================


        


More information about the cfe-commits mailing list