Author: Erich Keane
Date: 2023-03-29T06:37:01-07:00
New Revision: 76e50f38ba891e647b6da1ed64cf0879df6693ea

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

LOG: Fix missing newline in ReleaseNotes which caused sphinx problems

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index a41010d91e24..271e01b8a47d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -253,6 +253,7 @@ Bug Fixes in This Version
   to limit non-defined/non-member functions as well. Additionally, we now 
diagnose
   requires on lambdas when not allowed, which we previously missed.
   (`#61748 <https://github.com/llvm/llvm-project/issues/61748>`_)
+
 Bug Fixes to Compiler Builtins
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 


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

Reply via email to