[cfe-commits] r158756 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaObjCProperty.cpp test/SemaObjC/default-synthesize-2.m

jahanian fjahanian at apple.com
Wed Jun 20 10:22:08 PDT 2012


On Jun 19, 2012, at 6:24 PM, Jordan Rose wrote:

> I'd prefer to make the error message a little clearer. The mistake isn't that the property is the same as the ivar, it's that the property /won't/ use the ivar as its backing store. Something along the lines of:
> 
> "autosynthesized property %1 will use %select{|synthesized}2 instance variable %3, not existing instance variable %4"
> 
> (Also, there's a typo in the original warning…double "auto".)

Yes. In r158828.

- Thanks, Fariborz





More information about the cfe-commits mailing list