]> granicus.if.org Git - clang/commit
Centralize the management of CXXRecordDecl::DefinitionData's Empty bit
authorDouglas Gregor <dgregor@apple.com>
Mon, 27 Sep 2010 23:31:14 +0000 (23:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 27 Sep 2010 23:31:14 +0000 (23:31 +0000)
commitcdbfa6c4113411debfed9ffec2a45bd50b13e10f
tree3dafd4c30324d4073ff4062429533143253055db
parent196f557741eeb346cc7cb6aa85f75dd9f82b4a06
Centralize the management of CXXRecordDecl::DefinitionData's Empty bit
in CXXRecordDecl itself. Yes, this is also part of <rdar://problem/8459981>.

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