diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 78c57500568f9..e7688b09f68e6 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -83,6 +83,8 @@ C++20 Feature Support - Lambda templates with a requires clause directly after the template parameters now parse correctly if the requires clause consists of a variable with a dependent type. (`#61278 `_) +- Announced C++20 Coroutines is fully supported on all targets except Windows, which + still has some stability and ABI issues. C++2b Feature Support ^^^^^^^^^^^^^^^^^^^^^ diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 0c742b358bb6c..79cfca34fb4f3 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1222,10 +1222,8 @@

C++20 implementation status

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.