r191551 - Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.

Jordan Rose jordan_rose at apple.com
Fri Sep 27 13:36:17 PDT 2013


On Sep 27, 2013, at 13:21 , Rafael Espindola <rafael.espindola at gmail.com> wrote:

> -def fobjc_default_synthesize_properties : Flag<["-"], "fobjc-default-synthesize-properties">,
> +def disable_objc_default_synthesize_properties : Flag<["-"], "disable-objc-default-synthesize-properties">,
>   HelpText<"enable the default synthesis of Objective-C properties">;

Not that it's so important, but the help text should probably be updated too.

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


More information about the cfe-commits mailing list