Author: dgregor
Date: Thu Jul 23 19:05:42 2009
New Revision: 76918

URL: http://llvm.org/viewvc/llvm-project?rev=76918&view=rev
Log:
We now do complete semantic checking for unions

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=76918&r1=76917&r2=76918&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Jul 23 19:05:42 2009
@@ -1307,9 +1307,9 @@
   <td>&nbsp;&nbsp;9.5 [class.union]</td>
   <td class="complete" align="center"></td>  
   <td class="complete" align="center"></td>
-  <td class="medium"></td>
-  <td class="medium"></td>
-  <td>Semantic analysis does not yet check all of the requirements placed on 
the members of unions.</td>
+  <td class="complete"></td>
+  <td class="complete"></td>
+  <td></td>
 </tr>
 <tr>
   <td>&nbsp;&nbsp;9.6 [class.bit]</td>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to