Skip to content

Commit fbf9bea

Browse files
authored
[Clang] [NFC] Remove trailing whitespace in release notes (#111506)
1 parent f22e6d5 commit fbf9bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ New features
644644
if class of allocation and deallocation function mismatches.
645645
`Documentation <https://clang.llvm.org/docs/analyzer/checkers.html#unix-mismatcheddeallocator-c-c>`__.
646646

647-
- Function effects, e.g. the ``nonblocking`` and ``nonallocating`` "performance constraint"
648-
attributes, are now verified. For example, for functions declared with the ``nonblocking``
647+
- Function effects, e.g. the ``nonblocking`` and ``nonallocating`` "performance constraint"
648+
attributes, are now verified. For example, for functions declared with the ``nonblocking``
649649
attribute, the compiler can generate warnings about the use of any language features, or calls to
650650
other functions, which may block.
651651

0 commit comments

Comments
 (0)