[clang] 0e9b8f4 - Fix release note indentation; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 1 13:54:58 PDT 2022


Author: Aaron Ballman
Date: 2022-11-01T16:54:39-04:00
New Revision: 0e9b8f4cb69d4e0abd635bfe671c8c5291fd06ad

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

LOG: Fix release note indentation; NFC

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3085d4b62522..7697f10daeef 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -158,8 +158,8 @@ code bases.
       }
     }
 
-  - The ``-fexperimental-new-pass-manager`` and ``-fno-legacy-pass-manager``
-    flags have been removed. These have been no-ops since 15.0.0.
+- The ``-fexperimental-new-pass-manager`` and ``-fno-legacy-pass-manager``
+  flags have been removed. These have been no-ops since 15.0.0.
 
 What's New in Clang |release|?
 ==============================


        


More information about the cfe-commits mailing list