Skip to content

Commit 5d12473

Browse files
committed
Add release note for pr130455
1 parent eeb51f2 commit 5d12473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ Bug Fixes to C++ Support
294294
direct-list-initialized from an array is corrected to direct-initialization.
295295
- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
296296
- Clang now uses the parameter location for abbreviated function templates in ``extern "C"``. (#GH46386)
297+
- Clang will emit an error instead of crash when use co_await or co_yield in
298+
C++26 braced-init-list template parameter initialization. (#GH78426)
297299

298300
Improvements to C++ diagnostics
299301
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)