]> granicus.if.org Git - clang/commit
Avoid allocating extra memory to handle the lazy definition data pointer for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 22 May 2014 23:19:02 +0000 (23:19 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 22 May 2014 23:19:02 +0000 (23:19 +0000)
commit80866d0425fd81a9fc2932f37c6e35432b220f14
tree20881eac83a9cea934c39b557802d32daaf86350
parent6d1cc5772794c17a4bcf74a2db0c1289c60e25b2
Avoid allocating extra memory to handle the lazy definition data pointer for
CXXRecordDecls when modules is enabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209482 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
lib/Serialization/ASTReaderDecl.cpp