r214032 - Objective-C. Issue more warning diagnostic when certain

Jordan Rose jordan_rose at apple.com
Mon Jul 28 09:13:57 PDT 2014


On Jul 26, 2014, at 13:52 , Fariborz Jahanian <fjahanian at apple.com> wrote:

> +def warn_autosynthesis_property_in_superclass : Warning<
> +  "auto property synthesis will not synthesize property "
> +  "%0 because it will be synthesize by its super class">,
> +  InGroup<ObjCNoPropertyAutoSynthesis>;

Grammar notes: "synthesized", "superclass". Also, is this actually guaranteed, or could the superclass choose not to synthesize the property? "...may be synthesized by..." or "...will be implemented by..." might be more honest in that case.

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


More information about the cfe-commits mailing list