[cfe-commits] r76918 - /cfe/trunk/www/cxx_status.html
Douglas Gregor
dgregor at apple.com
Thu Jul 23 17:06:28 PDT 2009
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> 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> 9.6 [class.bit]</td>
More information about the cfe-commits
mailing list