]> granicus.if.org Git - clang/commit
Make sure we're comparing the canonical types when we determine
authorDouglas Gregor <dgregor@apple.com>
Tue, 15 Sep 2009 20:50:23 +0000 (20:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 15 Sep 2009 20:50:23 +0000 (20:50 +0000)
commit14e0b3d8a58d8e2d6d154c17f13e9881d3740784
treeaa49b3eaa63a340f8c9e4545fa070577a1370e15
parent77128ddd3077fc045751a55bb3226802b15d5510
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>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81913 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp