[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
Douglas Gregor
dgregor at apple.com
Fri Jan 21 18:48:05 PST 2011
On Jan 21, 2011, at 6:06 PM, Rafael Ávila de Espíndola wrote:
> 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.
Yikes, I'll take a look!
- Doug
More information about the cfe-commits
mailing list