On Oct 8, 2013, at 2:42 PM, Jordan Rose <[email protected]> wrote:

> 
> On Oct 8, 2013, at 14:32, Fariborz Jahanian <[email protected]> wrote:
> 
>> +@property (nonatomic, readonly) id (*expressionFuncptr)(__strong id, 
>> NSArray *__strong, NSMutableDictionary *__strong);
>> +@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

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to