forked from OSchip/llvm-project
We now do complete semantic checking for unions
llvm-svn: 76918
This commit is contained in:
parent
020e4a9bbb
commit
c04e2d9bd6
|
@ -1307,9 +1307,9 @@ welcome!</p>
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue