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

Anders Carlsson andersca at mac.com
Tue Jun 23 19:03:09 PDT 2009


Author: andersca
Date: Tue Jun 23 21:03:09 2009
New Revision: 74052

URL: http://llvm.org/viewvc/llvm-project?rev=74052&view=rev
Log:
Nested classes are now complete.

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=74052&r1=74051&r2=74052&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Jun 23 21:03:09 2009
@@ -1328,10 +1328,10 @@
 </tr>
 <tr>
   <td>  9.8 [class.local]</td>
-  <td class="complete" align="center"></td>  
-  <td class="medium"></td>
-  <td class="broken"></td>
-  <td class="broken"></td>
+  <td class="complete" align="center">&#x2713;</td>
+  <td class="complete" align="center">&#x2713;</td>
+  <td class="complete" align="center">&#x2713;</td>
+  <td class="na" align="center">N/A</td>  
   <td></td>
 </tr>
 <tr>





More information about the cfe-commits mailing list