r194861 - ObjectiveC ARC. Lookup type associated with objc_bridage at

jahanian fjahanian at apple.com
Fri Nov 15 15:19:10 PST 2013


On Nov 15, 2013, at 2:41 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> 
> On Nov 15, 2013, at 14:18, Fariborz Jahanian <fjahanian at apple.com> wrote:
> 
>> +def err_objc_bridged_not_interface : Error<
>> +  "CF object of type %0 with 'objc_bridge' attribute which has parameter that"
>> +  " does not name an Objective-C class">;
> 
> Wordsmithing: at the very least we don't need the "which" here, but I think it'd be nice to put the incorrect name into the message too, and possibly distinguish "missing" from "invalid".
> 
> "CF object of type %0 is bridged to undeclared class '%1'"
> "CF object of type %0 is bridged to '%1', which is not an Objective-C class”

Yes, much better. In r194881.
- Fariborz
> 
> Jordan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131115/3eb3a9a4/attachment.html>


More information about the cfe-commits mailing list