]> granicus.if.org Git - clang/commit
getMostSpecialized for function template sets is never used in the context of a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 10 Sep 2013 22:59:25 +0000 (22:59 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 10 Sep 2013 22:59:25 +0000 (22:59 +0000)
commit4ad09e6281a0b32a0705807159649bb81cb2b1e9
tree8a3bf49598e9ada1dbaa774fb65f23746f89b228
parentbafe46fe35ff58cc10487ba8bdcbcccd6d3319e7
getMostSpecialized for function template sets is never used in the context of a
call; remove its 'number of explicit arguments' and 'what kind of call'
parameters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190444 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp