On Aug 24, 2009, at 6:43 AM, Douglas Gregor wrote:

> Author: dgregor
> Date: Mon Aug 24 08:43:27 2009
> New Revision: 79917
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79917&view=rev
> Log:
> Refactor the template-instantiation logic for expressions into a
> generic tree transformation (also used for recanonicalization) and a
> small amount of template-instantiation-specific logic.
>
> Modified:
>    cfe/trunk/lib/Sema/SemaOverload.cpp


Committed from the wrong log file... it should have been:

Implement builtin overload candidates for equality (==, !=) and  
assignment of member pointers. This code can't easily be tested yet,  
since equality comparisons of member pointers aren't yet implemented.

        - Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to