]> granicus.if.org Git - clang/commit
Patch to implement ivar synthesis of properties declared in protocols
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 12 May 2009 18:14:29 +0000 (18:14 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 12 May 2009 18:14:29 +0000 (18:14 +0000)
commit9820074dd47d37681085e964cd3392ac0b3e67b9
tree575c9d80fa860ac265e16f5555c380a08ef8e556
parent278a55103a66e3a83530f15d0df3d4b80ed4cfee
Patch to implement ivar synthesis of properties declared in protocols
only and used in class imllementations (objc2 Nonfragile ABI specific).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71571 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/protocol-property-synth.m [new file with mode: 0644]