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)
commit35e1da259fcfbe24d0c8ce2cfd438313c58ffc78
treee984f733acdeb7b83bc57b7f6dd52ee2d46ea3dd
parentdc41d791f9949f8674d8709b35c72ea1e4168ae9
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.

llvm-svn: 190444
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateDeduction.cpp