Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -80,6 +80,8 @@ ^^^^^^^^^^^^^^^^^^^^^ - Support for out-of-line definitions of constrained templates has been improved. This partially fixes `#49620 `_. +- Announced C++20 Coroutines is fully supported on all targets except Windows, which + still has some stability and ABI issues. C++2b Feature Support ^^^^^^^^^^^^^^^^^^^^^ Index: clang/www/cxx_status.html =================================================================== --- clang/www/cxx_status.html +++ clang/www/cxx_status.html @@ -1222,10 +1222,8 @@ P0912R5
Partial - The optimizer does not yet handle TLS with - __attribute__((const)) attribute correctly. There can be issues where the - coroutine may resume on a different thread.
This feature requires further - analysis of the C++ Standard to determine what work is necessary for conformance. + Fully supported on all targets except Windows, which + still has some stability and ABI issues.