r307231 - [cxx_status] Update link to Modules TS to latest working draft. Fix Coroutines TS flag to work if copy-pasted.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 17:29:13 PDT 2017


Author: rsmith
Date: Wed Jul  5 17:29:13 2017
New Revision: 307231

URL: http://llvm.org/viewvc/llvm-project?rev=307231&view=rev
Log:
[cxx_status] Update link to Modules TS to latest working draft. Fix Coroutines TS flag to work if copy-pasted.

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=307231&r1=307230&r2=307231&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Jul  5 17:29:13 2017
@@ -14,6 +14,7 @@
     span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; }
     th { background-color: #FFDDAA }
     td { vertical-align: middle }
+    tt { white-space: nowrap }
   </style>
 </head>
 <body>
@@ -832,7 +833,7 @@ and library features that are not part o
     <tr>
       <td>[DRAFT TS] Coroutines</td>
       <td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
-      <td><tt>‑fcoroutines‑ts<br>-stdlib=libc++</tt></td>
+      <td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
       <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
@@ -849,7 +850,7 @@ and library features that are not part o
     </tr>
     <tr>
       <td>[DRAFT TS] Modules</td>
-      <td><a href="http://wg21.link/n4592">N4592</a></td>
+      <td><a href="http://wg21.link/n4667">N4667</a></td>
       <td><tt>-fmodules-ts</tt></td>
       <td class="none" align="center">WIP</td>
     </tr>




More information about the cfe-commits mailing list