Skip to content

Commit 888c099

Browse files
authored
[Clang] Add release note for #127623 (#127815)
While reviewing #127623, I missed that it didn’t have a release note.
1 parent 80ccf01 commit 888c099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Bug Fixes to C++ Support
170170
- Clang is now better at keeping track of friend function template instance contexts. (#GH55509)
171171
- The initialization kind of elements of structured bindings
172172
direct-list-initialized from an array is corrected to direct-initialization.
173+
- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
173174

174175
Bug Fixes to AST Handling
175176
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)