r188005 - ObjectiveC migration: Handle another special case of

jahanian fjahanian at apple.com
Thu Aug 8 14:22:29 PDT 2013


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/db7f4caa/attachment.html>


More information about the cfe-commits mailing list