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

While reviewing #127623, I missed that it didn’t have a release note.
This commit is contained in:
Sirraide
2025-02-19 16:48:38 +01:00
committed by GitHub
parent 80ccf01c33
commit 888c09986c

View File

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