[cfe-commits] r101810 - /cfe/trunk/lib/Sema/SemaExprObjC.cpp
Fariborz Jahanian
fjahanian at apple.com
Mon Apr 19 13:59:55 PDT 2010
On Apr 19, 2010, at 1:09 PM, Douglas Gregor wrote:
> Author: dgregor
> Date: Mon Apr 19 15:09:36 2010
> New Revision: 101810
>
> URL: http://llvm.org/viewvc/llvm-project?rev=101810&view=rev
> Log:
> When normal name lookup to disambiguiate an Objective-C message send
> fails to find anything, perform ivar lookup and, if we find one,
> consider this an instance message.
A test case please. Presumably this is to match gcc's behavior.
- Fariborz
>
More information about the cfe-commits
mailing list