[clang] [Clang] [NFC] Remove trailing whitespace in release notes (PR #111506)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 02:06:23 PDT 2024


https://github.com/Sirraide created https://github.com/llvm/llvm-project/pull/111506

None

>From 3c4b656ac32c6dd47f00e312e9321df44b2db531 Mon Sep 17 00:00:00 2001
From: Sirraide <aeternalmail at gmail.com>
Date: Tue, 8 Oct 2024 11:05:42 +0200
Subject: [PATCH] [Clang] [NFC] Remove trailing whitespace in release notes

---
 clang/docs/ReleaseNotes.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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.
 



More information about the cfe-commits mailing list