[cfe-commits] r123977 - in /cfe/trunk: lib/Sema/SemaOverload.cpp lib/Sema/SemaTemplate.cpp test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-0x.cpp test/SemaCXX/conditional-expr.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Fri Jan 21 18:06:48 PST 2011


On 2011-01-21 11:36, Douglas Gregor wrote:
> Author: dgregor
> Date: Fri Jan 21 10:36:05 2011
> New Revision: 123977
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=123977&view=rev
> Log:
> Update the reference-binding implementation used for overload
> resolution to match the latest C++0x working paper's semantics. The
> implementation now matching up with the reference-binding
> implementation used for initialization.
>

Hey Douglas,

this caused PR9026.

Cheers,
Rafael



More information about the cfe-commits mailing list