r188005 - ObjectiveC migration: Handle another special case of

Jordan Rose jordan_rose at apple.com
Thu Aug 8 13:56:59 PDT 2013


On Aug 8, 2013, at 13:51 , Fariborz Jahanian <fjahanian at apple.com> wrote:

> +- (id) isAnObject;
> +- (void)setAnObject : (id) object;
> +
> +- (id)isxdelegateYYY;
> +- (void)setXdelegateYYY:(id)delegate;

I'm inclined to say the "is" rule should only apply to "BOOL" or "bool", or at least non-objects. The second name here is also oddly capitalized (isxdelegateYYY instead of isXdelegateYYY).

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


More information about the cfe-commits mailing list