]> granicus.if.org Git - clang/commit
Support ObjC implementation decls for PCH.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 9 Aug 2010 10:54:20 +0000 (10:54 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 9 Aug 2010 10:54:20 +0000 (10:54 +0000)
commit9d50c0635fb213b2a1857e3f8488580f0dab2f98
tree5a6a99b54cb553d9c9591462e4787c7687f757bb
parent8e706f4b8da141612861e127610141b8d17a9667
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]