We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb51f2 commit 5d12473Copy full SHA for 5d12473
clang/docs/ReleaseNotes.rst
@@ -294,6 +294,8 @@ Bug Fixes to C++ Support
294
direct-list-initialized from an array is corrected to direct-initialization.
295
- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
296
- 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)
299
300
Improvements to C++ diagnostics
301
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments