Author: rsmith
Date: Fri Jun 24 09:23:32 2016
New Revision: 273683

URL: http://llvm.org/viewvc/llvm-project?rev=273683&view=rev
Log:
Correct error in change description.

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=273683&r1=273682&r2=273683&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 24 09:23:32 2016
@@ -723,7 +723,7 @@ as the draft C++1z standard evolves.</p>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>Separate variable and condition for <tt>if</tt>, <tt>while</tt>, and 
<tt>switch</tt></td>
+      <td>Separate variable and condition for <tt>if</tt> and 
<tt>switch</tt></td>
       <td><a href="http://wg21.link/p0305r1";>P0305R1</a></td>
       <td class="none" align="center">No</td>
     </tr>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to