[clang] de56ceb - [clang] fix stray whitespace in release notes to fix CI failure

via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 17 02:25:56 PDT 2023


Author: Nuno Lopes
Date: 2023-09-17T10:25:53+01:00
New Revision: de56ceb54a14487245ec70d2a291182a9501d9ba

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

LOG: [clang] fix stray whitespace in release notes to fix CI failure

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e9bfefd40bbbf82..d47d664c062c204 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -283,10 +283,10 @@ Bug Fixes to C++ Support
 - Clang now properly handles out of line template specializations when there is
   a non-template inner-class between the function and the class template.
   (`#65810 <https://github.com/llvm/llvm-project/issues/65810>`_)
-  
-- Clang now properly converts static lambda call operator to function 
-  pointer on win32.
-  (`#62594 <https://github.com/llvm/llvm-project/issues/62594>`_)  
+
+- Clang now properly converts static lambda call operator to function
+  pointers on win32.
+  (`#62594 <https://github.com/llvm/llvm-project/issues/62594>`_)
 
 Bug Fixes to AST Handling
 ^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list