r211398 - C++ status page: restore the convention of saying "SVN" until we reach a release.

Richard Smith richard-llvm at metafoo.co.uk
Fri Jun 20 13:35:42 PDT 2014


Author: rsmith
Date: Fri Jun 20 15:35:42 2014
New Revision: 211398

URL: http://llvm.org/viewvc/llvm-project?rev=211398&view=rev
Log:
C++ status page: restore the convention of saying "SVN" until we reach a release.

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=211398&r1=211397&r2=211398&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 20 15:35:42 2014
@@ -525,22 +525,22 @@ as the draft C++1z standard evolves.</p>
     <tr>
       <td><tt>static_assert</tt> with no message</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3928.pdf">N3928</a></td>
-      <td class="full" align="center">Clang 3.5</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Disabling trigraph expansion by default</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3981.html">N3981</a></td>
-      <td class="full" align="center">Clang 3.5</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Terse range-based for loops</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3994.htm">N3994</a></td>
-      <td class="full" align="center">Clang 3.5</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td><tt>typename</tt> in a template template parameter</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4051.html">N4051</a></td>
-      <td class="full" align="center">Clang 3.5</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
 </table>
 





More information about the cfe-commits mailing list