]> granicus.if.org Git - clang/commit
Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr for them...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 2 Aug 2010 07:14:54 +0000 (07:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 2 Aug 2010 07:14:54 +0000 (07:14 +0000)
commit76c38d385447b7acdff2d7e6b13fa8580e7174a7
treebfb82295d787e7a08e757fd809ee0867898cf794
parent26faaac4b636eafc2d686516f068170652c83fd9
Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr for them that will deserialize them when needed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110031 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/AST/ExternalASTSource.h
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
test/PCH/cxx-typeid.cpp [new file with mode: 0644]
test/PCH/cxx-typeid.h [new file with mode: 0644]