r188005 - ObjectiveC migration: Handle another special case of
Jordan Rose
jordan_rose at apple.com
Thu Aug 8 16:33:05 PDT 2013
Looks good, thanks!
On Aug 8, 2013, at 14:22 , jahanian <fjahanian at apple.com> wrote:
> In r188013.
> - Fariborz
>
> On Aug 8, 2013, at 1:56 PM, Jordan Rose <jordan_rose at apple.com> wrote:
>
>>
>> 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/9c1aee58/attachment.html>
More information about the cfe-commits
mailing list