Author: Sirraide
Date: 2024-10-08T11:06:24+02:00
New Revision: fbf9bead3167d61e2e0fe581e968e86f45a04097

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

LOG: [Clang] [NFC] Remove trailing whitespace in release notes (#111506)

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 6c0245ce660251..10644c9854270e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -644,8 +644,8 @@ New features
   if class of allocation and deallocation function mismatches.
   `Documentation 
<https://clang.llvm.org/docs/analyzer/checkers.html#unix-mismatcheddeallocator-c-c>`__.
 
-- Function effects, e.g. the ``nonblocking`` and ``nonallocating`` 
"performance constraint" 
-  attributes, are now verified. For example, for functions declared with the 
``nonblocking`` 
+- Function effects, e.g. the ``nonblocking`` and ``nonallocating`` 
"performance constraint"
+  attributes, are now verified. For example, for functions declared with the 
``nonblocking``
   attribute, the compiler can generate warnings about the use of any language 
features, or calls to
   other functions, which may block.
 


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

Reply via email to