Finished semantic analysis of anonymous unions in C++.
Duplicate-member checking within classes is still a little messy, and
anonymous unions are still completely broken in C. We'll need to unify
the handling of fields in C and C++ to make this code applicable in
both languages.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61878 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index a4a6741..96cd287 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1077,10 +1077,10 @@
<tr>
<td> 9.5 [class.union]</td>
<td class="complete" align="center">✓</td>
- <td></td>
- <td></td>
- <td></td>
- <td></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>
</tr>
<tr>
<td> 9.6 [class.bit]</td>