]> granicus.if.org Git - clang/commit
Add pch reader/writer support for most of DeclObjC.h. Very close to reading/writing...
authorSteve Naroff <snaroff@apple.com>
Tue, 21 Apr 2009 15:12:33 +0000 (15:12 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 21 Apr 2009 15:12:33 +0000 (15:12 +0000)
commit30833f8d77c08f8f16371776fde85a9fde3d9b6e
tree06edf153b04a96104f84f6fb8eb6e8d3c90fef27
parenta868a203a18571d091e5d226f5f100d4440f3d94
Add pch reader/writer support for most of DeclObjC.h. Very close to reading/writing all ObjC AST nodes that we will encounter in header files (still a few FIXME's).

Once selector support is in place, we should be able to take this for a spin (and add test cases).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69674 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Frontend/PCHBitCodes.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
tools/clang-cc/ASTConsumers.cpp