]> granicus.if.org Git - clang/commit
Reinstate r114921, which I've exonerated via a self-host build.
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Sep 2010 19:45:33 +0000 (19:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Sep 2010 19:45:33 +0000 (19:45 +0000)
commit9fe183ae1ec568716501f861235afecebee8cd45
treeb0be30ce77a023c539c42b08a373071ff8f7c171
parent857736454fabeb828e399dce094bbb3aad64fba2
Reinstate r114921, which I've exonerated via a self-host build.

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@114977 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp