This revision was automatically updated to reflect the committed changes.
Closed by commit rL304081: [coroutines] Mark cxx_status.html of Coroutines TS 
as (SVN) (authored by GorNishanov).

Changed prior to commit:
  https://reviews.llvm.org/D33624?vs=100538&id=100539#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33624

Files:
  cfe/trunk/www/cxx_status.html


Index: cfe/trunk/www/cxx_status.html
===================================================================
--- cfe/trunk/www/cxx_status.html
+++ cfe/trunk/www/cxx_status.html
@@ -831,9 +831,9 @@
     </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>


Index: cfe/trunk/www/cxx_status.html
===================================================================
--- cfe/trunk/www/cxx_status.html
+++ cfe/trunk/www/cxx_status.html
@@ -831,9 +831,9 @@
     </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>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to