]> granicus.if.org Git - clang/commit
"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)
commit1f2023ab8b35e0f665eb6c0f11dd6d9b9bca12b8
tree3a574978b5e87d08d62da2dd674e1e73b7da6c8b
parent5350066e7b19d17a5b137caa6c039ab9626dbfa5
"This patch implements the restrictions on union members detailed in
[class.union]p1", from John McCall!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76766 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/DeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/class/class.union/p1.cpp [new file with mode: 0644]