Introduce PCH (de-)serialization for most compound types, excluding
authorDouglas Gregor <dgregor@apple.com>
Mon, 13 Apr 2009 20:46:52 +0000 (20:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 13 Apr 2009 20:46:52 +0000 (20:46 +0000)
commitb4e715beeb670b30a8d1237085e3379fe28afb0f
tree3ce968cc8af47e527d631462b2b5b7a994ac36d9
parent1810790f12628f57c607816f0753ec818c7855a8
Introduce PCH (de-)serialization for most compound types, excluding
Objective-C types and record types for the moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68984 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHReader.cpp
test/PCH/types.c [new file with mode: 0644]
test/PCH/types.h [new file with mode: 0644]