]> granicus.if.org Git - clang/commit
Factor the checking of the deduced argument type against the actual
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 05:18:17 +0000 (05:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 05:18:17 +0000 (05:18 +0000)
commitb7edc4f372f1abe6c422ea711a99f9906a7464da
tree8d8d3e064eab23658081dd37e724ae5119294939
parent0f9dc86a14068e04e0d2cc6b4ff15eca571236ce
Factor the checking of the deduced argument type against the actual
argument type for C++ [temp.deduct.call]p4 out of
Sema::FinishTemplateArgumentDeduction(). No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133237 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp