Skip to content

[Clang] Add release note for #127623 #127815

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
Feb 19, 2025

Conversation

Sirraide
Copy link
Member

While reviewing #127623, I missed that it didn’t have a release note.

@Sirraide Sirraide merged commit 888c099 into llvm:main Feb 19, 2025
6 of 8 checks passed
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Feb 19, 2025
@Sirraide Sirraide deleted the noreturn-coro-release-note branch February 19, 2025 15:48
@llvmbot
Copy link
Member

llvmbot commented Feb 19, 2025

@llvm/pr-subscribers-clang

Author: None (Sirraide)

Changes

While reviewing #127623, I missed that it didn’t have a release note.


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

1 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+1)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index a91c764860ccd..5780f5d61d579 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -170,6 +170,7 @@ Bug Fixes to C++ Support
 - Clang is now better at keeping track of friend function template instance contexts. (#GH55509)
 - The initialization kind of elements of structured bindings
   direct-list-initialized from an array is corrected to direct-initialization.
+- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
 
 Bug Fixes to AST Handling
 ^^^^^^^^^^^^^^^^^^^^^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants