On Nov 15, 2013, at 2:41 PM, Jordan Rose <[email protected]> wrote:
> > On Nov 15, 2013, at 14:18, Fariborz Jahanian <[email protected]> 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
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
