[cfe-commits] r82783 - in /cfe/trunk: lib/Sema/SemaExprCXX.cpp test/CodeGenCXX/PR5050-constructor-conversion.cpp

Douglas Gregor dgregor at apple.com
Fri Sep 25 11:28:17 PDT 2009


On Sep 25, 2009, at 11:18 AM, Anders Carlsson wrote:

>
> On Sep 25, 2009, at 11:11 AM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Fri Sep 25 13:11:25 2009
>> New Revision: 82783
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=82783&view=rev
>> Log:
>> Fix the AST tree so ir-gen can do the conversion via copy
>> construction.
>> Fixed pr5050.
>>
>
> Hi Fariborz,
>
> this isn't quite the right fix - it'll miss a qualification conversion
> if it's needed.

More importantly, it might miss any default arguments on the copy  
constructor. That would make a better test.

	- Doug



More information about the cfe-commits mailing list