r304081 - [coroutines] Mark cxx_status.html of Coroutines TS as (SVN)

Gor Nishanov via cfe-commits cfe-commits at lists.llvm.org
Sat May 27 15:54:52 PDT 2017


Author: gornishanov
Date: Sat May 27 17:54:52 2017
New Revision: 304081

URL: http://llvm.org/viewvc/llvm-project?rev=304081&view=rev
Log:
[coroutines] Mark cxx_status.html of Coroutines TS as (SVN)

Summary: It is time!

Reviewers: GorNishanov, rsmith

Reviewed By: GorNishanov, rsmith

Subscribers: EricWF, rsmith, cfe-commits

Differential Revision: https://reviews.llvm.org/D33624

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=304081&r1=304080&r2=304081&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat May 27 17:54:52 2017
@@ -831,9 +831,9 @@ and library features that are not part o
     </tr>
     <tr>
       <td>[DRAFT TS] Coroutines</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0057r7.pdf">P0057R7</a></td>
-      <td></td>
-      <td class="none" align="center">WIP</td>
+      <td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
+      <td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>[TS] Library Fundamentals, Version 1 (invocation type traits)</td>




More information about the cfe-commits mailing list