[PATCH] D37433: [cxx_status] Mark coroutine TS support as clang 5.0 and change class from svn to full for P0096R4
Gor Nishanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 3 22:26:56 PDT 2017
GorNishanov created this revision.
Shall we?
https://reviews.llvm.org/D37433
Files:
www/cxx_status.html
Index: www/cxx_status.html
===================================================================
--- www/cxx_status.html
+++ www/cxx_status.html
@@ -872,7 +872,7 @@
</td>
</tr>
<tr>
- <td class="svn" align="center">
+ <td class="full" align="center">
Clang 5 (<a href="http://wg21.link/p0096r4">P0096R4</a>)</a>
</td>
</tr>
@@ -898,9 +898,9 @@
</tr>
<tr>
<td>[DRAFT TS] Coroutines</td>
- <td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
+ <td><a href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf">N4680</a></td>
<td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
- <td class="svn" align="center">SVN</td>
+ <td class="full" align="center">Clang 5 (<a href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf">N4680</a>)</td>
</tr>
<tr>
<td>[TS] Library Fundamentals, Version 1 (invocation type traits)</td>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37433.113722.patch
Type: text/x-patch
Size: 966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170904/30a4ba72/attachment.bin>
More information about the cfe-commits
mailing list