]> granicus.if.org Git - clang/commitdiff
Tweak C++ status table:
authorDouglas Gregor <dgregor@apple.com>
Thu, 23 Feb 2012 03:10:24 +0000 (03:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 23 Feb 2012 03:10:24 +0000 (03:10 +0000)
  - Apparently, SVN is yellow
  - Note that initializer lists are "in progress"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151232 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index ab11cb91042694b2b6e3e756e4a1218110b01a4e..8bf8834655ac298d4f7f66ceef488fea13c1fd40 100644 (file)
@@ -79,7 +79,7 @@ with clang; other versions have not been tested.</p>
     <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 @@ with clang; other versions have not been tested.</p>
     <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>