[cfe-commits] r128389 - in /cfe/trunk: lib/Sema/SemaExprObjC.cpp test/SemaObjC/self-in-function.m
jahanian
fjahanian at apple.com
Mon Mar 28 09:28:32 PDT 2011
On Mar 28, 2011, at 12:28 AM, John McCall wrote:
> On Mar 27, 2011, at 12:53 PM, Fariborz Jahanian wrote:
>> Author: fjahanian
>> Date: Sun Mar 27 14:53:47 2011
>> New Revision: 128389
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=128389&view=rev
>> Log:
>> 'self' is objective-c's 'self' objc pointer only in
>> an objc method. Fixes // rdar://9181463
>
> It should also work for blocks in methods, I think.
Yes, thanks. In r128410.
- Fariborz
>
> John.
More information about the cfe-commits
mailing list