[cfe-dev] Identifiying (successfully resolved) overloaded function references.

John McCall rjmccall at apple.com
Tue Oct 4 23:26:20 PDT 2011


On Oct 4, 2011, at 11:21 PM, Enea Zaffanella wrote:
> Il 03/10/2011 09:50, Enea Zaffanella ha scritto:
>> Il 30/09/2011 11:57, John McCall ha scritto:
>>> On Sep 30, 2011, at 2:19 AM, Enea Zaffanella wrote:
>>>> We would like to identify the DeclRefExpr and MemberExpr AST nodes
>>>> that have been created by looking up an overloaded function reference.
>>>> As far as we can tell, there is no way to extract this information
>>>> from the current AST. (Is such an impression correct?)
> 
> [...]
> 
>> Please find attached a patch for review.
> 
> No comments?
> OK to commit?

It looks fine to me if you're sure this is useful to you.  Please do remove
it if you find that it doesn't actually help.

John.



More information about the cfe-dev mailing list