r192237 - ObjectiveC migrator: Add support for inferring

Jordan Rose jordan_rose at apple.com
Tue Oct 8 14:42:49 PDT 2013


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.)

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


More information about the cfe-commits mailing list