[patch] Remove -fobjc-default-synthesize-properties
jahanian
fjahanian at apple.com
Fri Sep 27 13:09:48 PDT 2013
On Sep 27, 2013, at 1:08 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> 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.
Ok thanks,
- Fariborz
>
> Cheers,
> Rafael
More information about the cfe-commits
mailing list