r192237 - ObjectiveC migrator: Add support for inferring

jahanian fjahanian at apple.com
Tue Oct 8 14:46:17 PDT 2013


On Oct 8, 2013, at 2:42 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> 
> On Oct 8, 2013, at 14:32, Fariborz Jahanian <fjahanian at apple.com> wrote:
> 
>> + at property (nonatomic, readonly) id (*expressionFuncptr)(__strong id, NSArray *__strong, NSMutableDictionary *__strong);
>> + at property (nonatomic) id (*MyFuncptr)(__strong id, NSArray *__strong, NSMutableDictionary *__strong);
>> +
> 
> You should never have to write __strong unless it's a pointer-to-object-pointer. (But pointers-to-object-pointers default to __autoreleasing for a reason.)

Actually, this is added with the type to string converter even after I supper the lifetime in the print option. I was going to investigate this.

- Fariborz

> 
> Jordan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131008/8ec75fc2/attachment.html>


More information about the cfe-commits mailing list