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

jahanian fjahanian at apple.com
Mon Jul 28 09:45:28 PDT 2014


On Jul 28, 2014, at 9:13 AM, Jordan Rose <jordan_rose at apple.com> wrote:

> 
> 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.
superclass may provide its own custom implementation. Text is changed in r214090.
- Fariborz
> 
> Jordan

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


More information about the cfe-commits mailing list