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

Eli Friedman eli.friedman at gmail.com
Tue Sep 15 13:58:20 PDT 2009


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.

-Eli



More information about the cfe-commits mailing list