diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-07-24 00:05:42 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-07-24 00:05:42 +0000 |
commit | c04e2d9bd66d9e06f7f147b2d9b4b13f08fe4b53 (patch) | |
tree | 24020939c999965c17600160d62f9dc2f279aa40 | |
parent | 020e4a9bbb95e6edd8cf2138ecfd33202543a04c (diff) | |
download | bcm5719-llvm-c04e2d9bd66d9e06f7f147b2d9b4b13f08fe4b53.tar.gz bcm5719-llvm-c04e2d9bd66d9e06f7f147b2d9b4b13f08fe4b53.zip |
We now do complete semantic checking for unions
llvm-svn: 76918
-rw-r--r-- | clang/www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 1fcf9e2c644..e6ac8ae98bf 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -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> |