Skip to content

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