"This patch implements the restrictions on union members detailed in
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 18:25:24 +0000 (18:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 18:25:24 +0000 (18:25 +0000)
commit8a27391190defd14a24057f3e7c1b9959ac715fa
treea2729f6d2a98c8b548a4cedee1255515b24b8dfe
parentf03c9bec63da8718b4531db2ba24658609302fe7
"This patch implements the restrictions on union members detailed in
[class.union]p1", from John McCall!

llvm-svn: 76766
clang/include/clang/AST/Decl.h
clang/include/clang/AST/DeclCXX.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/DeclCXX.cpp
clang/lib/Sema/Sema.h
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CXX/class/class.union/p1.cpp [new file with mode: 0644]