[patch] Remove -fobjc-default-synthesize-properties

Rafael Espíndola rafael.espindola at gmail.com
Fri Sep 27 13:08:39 PDT 2013


On 27 September 2013 16:01, jahanian <fjahanian at apple.com> wrote:
> I don’t see that -fno-default-synthesize-properties or any other option added to cc1. I don’t see a test for the
> new option on those 3 tests which required non-auto property synthesis. Is this the correct patch or
> I am missing something.

It is the correct patch. The new  -cc1 option name is
disable_objc_default_synthesize_properties. It is not an -f option so
that we can treat all -f options uniformly.

The option is added to property-category-1.m,
super-class-protocol-conformance.m and unimplemented-protocol-prop.m.

Cheers,
Rafael




More information about the cfe-commits mailing list