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

Eli Friedman eli.friedman at gmail.com
Tue Sep 15 14:11:55 PDT 2009


On Tue, Sep 15, 2009 at 2:05 PM, Douglas Gregor <dgregor at apple.com> wrote:
>
> 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!

Are you going to commit the test, or would you like me to?

-Eli



More information about the cfe-commits mailing list