]> granicus.if.org Git - clang/commit
Make canonicalization of overloaded function declarations match the
authorDouglas Gregor <dgregor@apple.com>
Fri, 31 Jul 2009 16:07:31 +0000 (16:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 31 Jul 2009 16:07:31 +0000 (16:07 +0000)
commit6f2c46b58894d5a81ad7ed7654e3768c72aa0d74
treeecce4a0ee3ea95640b11540552809991d95251dd
parenta2ffb983a4db32e11860a65309e8e2b72f556763
Make canonicalization of overloaded function declarations match the
Itanium C++ ABI's name mangling, since both are related to the notion
of "equivalent" function templates.

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