]> granicus.if.org Git - clang/commit
Canonicalization and profiling for overloaded function declarations,
authorDouglas Gregor <dgregor@apple.com>
Fri, 31 Jul 2009 05:24:01 +0000 (05:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 31 Jul 2009 05:24:01 +0000 (05:24 +0000)
commit6ebd15e81a4d44ac51c24bffe2705586d5edffee
treeb57041beac0b668b9f9131f0e589a0997f8fc3dc
parent2ec09f1dc123e1942ed756e8ee4fef86451eac9e
Canonicalization and profiling for overloaded function declarations,
for those extra-esoteric cases. Not that any two given C++ compilers
agree on this test case, but this change gives us a strong definition
of equivalent types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77664 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/AST/StmtProfile.cpp
test/SemaTemplate/canonical-expr-type.cpp