]> granicus.if.org Git - clang/commit
Support rewriting of property synthesis with retain/copy
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 26 Feb 2010 01:42:20 +0000 (01:42 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 26 Feb 2010 01:42:20 +0000 (01:42 +0000)
commit7c63fddad600e710042fa018768807bd04eaa233
tree0add10fe109de85d7307a04a04ca54e735d94192
parent692f85c1d217c8c3cdc06d884ad61b101c75c856
Support rewriting of property synthesis with retain/copy
attributes. Fixes radar 7214439.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97203 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/RewriteObjC.cpp
test/Rewriter/rewrite-property-attributes.mm [new file with mode: 0644]