]> granicus.if.org Git - clang/commit
PR22435: Correctly implement tiebreaker for reference ordering in function
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Feb 2015 04:45:22 +0000 (04:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Feb 2015 04:45:22 +0000 (04:45 +0000)
commitbd0445fc63305700679de7e3bc39e9957751e496
tree3f1ea1348feb48bf81b9b38c444e1fe932902a54
parent92f642d7a46cd9f2ff9c19e2b993485831b4a132
PR22435: Correctly implement tiebreaker for reference ordering in function
template partial ordering rules. This rule applies per pair of types being
compared, not per pair of function templates being compared.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229965 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.decls/temp.fct/temp.func.order/p4.cpp