Support ObjC implementation decls for PCH.
commitb38704938e9fea65d2754b16fb8af4642e9b010f
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 9 Aug 2010 10:54:20 +0000 (9 10:54 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 9 Aug 2010 10:54:20 +0000 (9 10:54 +0000)
tree5a6a99b54cb553d9c9591462e4787c7687f757bb
parent50ed01d948df5b72a80feefa99499ea770f57a3e
Support ObjC implementation decls for PCH.

Strictly speaking, implementations don't go in headers but there's no law against it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110567 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/CodeGen/CGObjCMac.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriterDecl.cpp
test/PCH/objcxx-ivar-class.h [new file with mode: 0644]
test/PCH/objcxx-ivar-class.mm [new file with mode: 0644]