summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2023-03-16 11:02:06 +0800
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>2023-03-21 10:34:33 +0800
commit8894fe7a6f3efad371d64a1825ba3f4a6704d604 (patch)
tree0deee9f56092441fd84de3bd304c523e3ac3827b /clang/www
parent64d96ec817f18d7fffa706989e4a1d54186c8b18 (diff)
downloadllvm-8894fe7a6f3efad371d64a1825ba3f4a6704d604.tar.gz
[docs] Update the status for coroutines
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". Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D146187
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 0c742b358bb6..79cfca34fb4f 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1222,10 +1222,8 @@ code. This issue is expected to be rectified soon.
<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.
+ Fully supported on all targets except Windows, which
+ still has some stability and ABI issues.
</details></td>
</tr>
<!-- Cologne 2019 papers -->