[PATCH] D146187: [docs] Update the status for coroutines

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 15 20:03:49 PDT 2023


ChuanqiXu created this revision.
ChuanqiXu added reviewers: aaron.ballman, bruno, clang-language-wg.
Herald added a project: All.
ChuanqiXu requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

According to the discussion in https://discourse.llvm.org/t/rfc-could-we-mark-coroutines-as-unreleased-now/69220

We should mark coroutines as "it’s supported fully everywhere but on Windows targets".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146187

Files:
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -1222,10 +1222,7 @@
       <td><a href="https://wg21.link/p0912r5">P0912R5</a></td>
       <td class="partial" align="center">
         <details><summary>Partial</summary>
-          The optimizer does not yet handle TLS with
-  <tt>__attribute__((const))</tt> attribute correctly. There can be issues where the
-  coroutine may resume on a different thread. <br \>This feature requires further
-  analysis of the C++ Standard to determine what work is necessary for conformance.
+          It's supported fully everywhere but on Windows targets.
         </details></td>
     </tr>
     <!-- Cologne 2019 papers -->


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146187.505685.patch
Type: text/x-patch
Size: 781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230316/cd5dcc5d/attachment.bin>


More information about the cfe-commits mailing list