From: Douglas Gregor
Date: Fri, 24 Jul 2009 00:05:42 +0000 (+0000)
Subject: We now do complete semantic checking for unions
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c09b886c04e9c38b2ac8719172e5413dc78bc65;p=clang
We now do complete semantic checking for unions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76918 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 1fcf9e2c64..e6ac8ae98b 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1307,9 +1307,9 @@ welcome!
9.5 [class.union] |
|
|
- |
- |
- Semantic analysis does not yet check all of the requirements placed on the members of unions. |
+ |
+ |
+ |
9.6 [class.bit] |