[cfe-commits] r151232 - /cfe/trunk/www/cxx_status.html

Douglas Gregor dgregor at apple.com
Wed Feb 22 19:10:25 PST 2012


Author: dgregor
Date: Wed Feb 22 21:10:24 2012
New Revision: 151232

URL: http://llvm.org/viewvc/llvm-project?rev=151232&view=rev
Log:
Tweak C++ status table:
  - Apparently, SVN is yellow
  - Note that initializer lists are "in progress"

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=151232&r1=151231&r2=151232&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Feb 22 21:10:24 2012
@@ -79,7 +79,7 @@
     <tr>
       <td>Initializer lists</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm">N2672</a></td>
-      <td class="none" align="center">No</td>
+      <td class="none" align="center">In progress</td>
     </tr>
     <tr>
       <td>Static assertions</td>
@@ -109,7 +109,7 @@
     <tr>
       <td>Lambda expressions</td>
       <td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2927.pdf">N2927</a></td>
-      <td class="full" align="center">SVN</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Declared type of an expression</td>





More information about the cfe-commits mailing list