[clang] d5fc931 - Remove some trailing WS from the release notes

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 13:37:26 PST 2022


Author: Erich Keane
Date: 2022-12-01T13:37:19-08:00
New Revision: d5fc931ba7d0b8f2bc0f78fe9266ca2bbc468736

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

LOG: Remove some trailing WS from the release notes

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ff97240e1322b..d9c1f42c01fb2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -839,8 +839,8 @@ libclang
 - Introduced the new function ``clang_CXXMethod_isMoveAssignmentOperator``,
   which identifies whether a method cursor is a move-assignment
   operator.
-- ``clang_Cursor_getNumTemplateArguments``, ``clang_Cursor_getTemplateArgumentKind``, 
-  ``clang_Cursor_getTemplateArgumentType``, ``clang_Cursor_getTemplateArgumentValue`` and 
+- ``clang_Cursor_getNumTemplateArguments``, ``clang_Cursor_getTemplateArgumentKind``,
+  ``clang_Cursor_getTemplateArgumentType``, ``clang_Cursor_getTemplateArgumentValue`` and
   ``clang_Cursor_getTemplateArgumentUnsignedValue`` now work on struct, class,
   and partial template specialization cursors in addition to function cursors.
 


        


More information about the cfe-commits mailing list