Skip to content

[Clang] [NFC] Remove trailing whitespace in release notes #111506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2024

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