We now do complete semantic checking for unions
authorDouglas Gregor <dgregor@apple.com>
Fri, 24 Jul 2009 00:05:42 +0000 (00:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 24 Jul 2009 00:05:42 +0000 (00:05 +0000)
llvm-svn: 76918

clang/www/cxx_status.html

index 1fcf9e2c6440185c073ee7a55a95e745de7bd8bd..e6ac8ae98bf45279f33218b4462814a07281daa3 100644 (file)
@@ -1307,9 +1307,9 @@ welcome!</p>
   <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>