Thanks, looks great!

On Thu, Oct 2, 2014 at 8:54 PM, Nikola Smiljanic <[email protected]> wrote:

> Excellent catch Richard. I tried to do this initially but couldn't since
> lookup branching calls both LookupQualifiedName and LookupParsedName but it
> makes much more sense now...
>
> On Fri, Oct 3, 2014 at 10:49 AM, Richard Smith <[email protected]>
> wrote:
>
>> Is there a reason not to put the check for __super into LookupParsedName
>> itself?
>>
>> On Tue, Sep 30, 2014 at 10:54 PM, Nikola Smiljanic <[email protected]>
>> wrote:
>>
>>> Lookup needs to be performed in one more place for this to work.
>>> Otherwise lookup is performed in the wrong context which leading to a
>>> recursive call. Provided that both methods have the same name and signature.
>>>
>>> _______________________________________________
>>> cfe-commits mailing list
>>> [email protected]
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>>
>>>
>>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to