Author: rsmith
Date: Thu Aug 10 20:16:11 2017
New Revision: 310693

URL: http://llvm.org/viewvc/llvm-project?rev=310693&view=rev
Log:
Update cxx_status to mention the upcoming Clang 5 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=310693&r1=310692&r2=310693&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Aug 10 20:16:11 2017
@@ -521,7 +521,7 @@ version 3.7.
 
 <h2 id="cxx17">C++17 implementation status</h2>
 
-<p>Clang SVN implements all the features
+<p>Clang 5 and later implement all the features
 of the C++ 2017 Draft International Standard.
 
 <p>You can use Clang in C++17 mode with the <code>-std=c++1z</code> option.</p>
@@ -647,7 +647,7 @@ of the C++ 2017 Draft International Stan
     <tr>
       <td><tt>constexpr</tt> lambda expressions</td>
       <td><a href="http://wg21.link/p0170r1";>P0170R1</a></td>
-      <td class="svn" align="center">SVN</td>
+      <td class="svn" align="center">Clang 5</td>
     </tr>
     <tr>
       <td>Differing <tt>begin</tt> and <tt>end</tt> types in range-based 
<tt>for</tt></td>
@@ -683,7 +683,7 @@ of the C++ 2017 Draft International Stan
     <tr>
       <td rowspan="2">Template argument deduction for class templates</td>
       <td><a href="http://wg21.link/p0091r3";>P0091R3</a></td>
-      <td rowspan="2" class="svn" align="center">SVN</td>
+      <td rowspan="2" class="svn" align="center">Clang 5</td>
     </tr>
       <tr> <!-- from Issaquah -->
         <td><a href="http://wg21.link/p0512r0";>P0512R0</a></td>
@@ -895,7 +895,7 @@ and library features that are not part o
       <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 class="svn" align="center">SVN</td>
+      <td class="svn" align="center">Clang 5</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