]> granicus.if.org Git - clang/commit
Centralize the management of CXXRecordDecl::DefinitionData's Aggregate
authorDouglas Gregor <dgregor@apple.com>
Mon, 27 Sep 2010 23:16:44 +0000 (23:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 27 Sep 2010 23:16:44 +0000 (23:16 +0000)
commit6e3c7713ca126c76053cc092670a949a5e15ddaf
treeaa376814b1082cc7aa7f5a2476b97482477eb03f
parent0ed2e0823cc7b727abd9307db4cd887f293eebe2
Centralize the management of CXXRecordDecl::DefinitionData's Aggregate
and PlainOldData bits in CXXRecordDecl itself. Another milepost on the
road toward <rdar://problem/8459981>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114921 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp