[clang] 888c099 - [Clang] Add release note for #127623 (#127815)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 07:48:44 PST 2025


Author: Sirraide
Date: 2025-02-19T16:48:38+01:00
New Revision: 888c09986ce0b1a02ba904b167a3650b1d7eee2d

URL: https://github.com/llvm/llvm-project/commit/888c09986ce0b1a02ba904b167a3650b1d7eee2d
DIFF: https://github.com/llvm/llvm-project/commit/888c09986ce0b1a02ba904b167a3650b1d7eee2d.diff

LOG: [Clang] Add release note for #127623 (#127815)

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

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
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
 ^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list