Skip to content

Conversation

@Sirraide
Copy link
Member

@Sirraide Sirraide commented Oct 8, 2024

No description provided.

@Sirraide Sirraide added the clang:frontend Language frontend issues, e.g. anything involving "Sema" label Oct 8, 2024
@Sirraide Sirraide merged commit fbf9bea into llvm:main Oct 8, 2024
7 of 9 checks passed
@Sirraide Sirraide deleted the trailing-whitespace branch October 8, 2024 09:06
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Oct 8, 2024
@llvmbot
Copy link
Member

llvmbot commented Oct 8, 2024

@llvm/pr-subscribers-clang

Author: None (Sirraide)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/111506.diff

1 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+2-2)
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.
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants