]> granicus.if.org Git - clang/commit
Make the deserialization of C++ base class specifiers lazy, improving
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Oct 2010 22:39:52 +0000 (22:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Oct 2010 22:39:52 +0000 (22:39 +0000)
commit7c789c1a3f77f24032aa0bed2afacdb9e094e952
tree7891cd4684de4f541f141dad60c9698590ead702
parent110e8e56af30363072c140285961592b0107f789
Make the deserialization of C++ base class specifiers lazy, improving
the performance of C++ PCH and reducing stack depth in the reader.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117732 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/AST/DeclCXX.h
include/clang/AST/ExternalASTSource.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
lib/AST/DeclCXX.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
test/PCH/cxx-templates.cpp
test/PCH/cxx-templates.h