[cfe-commits] r79917 - /cfe/trunk/lib/Sema/SemaOverload.cpp

Douglas Gregor dgregor at apple.com
Mon Aug 24 07:17:40 PDT 2009


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



More information about the cfe-commits mailing list