[cfe-commits] r81913 - /cfe/trunk/lib/AST/DeclCXX.cpp

Douglas Gregor dgregor at apple.com
Tue Sep 15 14:05:12 PDT 2009


On Sep 15, 2009, at 1:58 PM, Eli Friedman wrote:

> On Tue, Sep 15, 2009 at 1:50 PM, Douglas Gregor <dgregor at apple.com>  
> wrote:
>> Author: dgregor
>> Date: Tue Sep 15 15:50:23 2009
>> New Revision: 81913
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=81913&view=rev
>> Log:
>> Make sure we're comparing the canonical types when we determine
>> whether a constructor is a copy constructor.
>>
>> Sadly, I wasn't able to get down to a test case smaller than libstdc 
>> ++'s
>> <string>.
>
> I think this fixes http://llvm.org/bugs/show_bug.cgi?id=4655.

Ah, that makes sense. Cool!

	- Doug



More information about the cfe-commits mailing list