r185873 - [Objective-C migrator] replace candidate user setter/getter with

Jordan Rose jordan_rose at apple.com
Tue Jul 9 09:22:19 PDT 2013


On Jul 8, 2013, at 14:42 , Fariborz Jahanian <fjahanian at apple.com> wrote:

> + at property(weak) NSString *__weak WeakProp;
> +
> + at property(strong) NSString * StrongProp;

Conventionally, I'd expect the __weak to disappear and the "strong" to be implied instead of explicitly spelled out.

I hope inferring "(copy)" is in the works. Plenty of value object properties (NSString, NSURL, etc.) are copy properties.

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


More information about the cfe-commits mailing list