r194861 - ObjectiveC ARC. Lookup type associated with objc_bridage at

Jordan Rose jordan_rose at apple.com
Fri Nov 15 14:41:58 PST 2013


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"

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


More information about the cfe-commits mailing list