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 -->


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 -->
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to