]> granicus.if.org Git - clang/commit
Explicitly track the number of call arguments provided when performing
authorDouglas Gregor <dgregor@apple.com>
Wed, 19 Jan 2011 23:54:39 +0000 (23:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 19 Jan 2011 23:54:39 +0000 (23:54 +0000)
commitdfc331e04d4c6a09fb693a15fc5a57d29a198c86
tree7e8d49934bb4f23d87a8cdefc282d2cb072edeb9
parent83d7781f9dc869022d48dbabde34dbfbd6f59a17
Explicitly track the number of call arguments provided when performing
overload resolution, so that we only use that number of call arguments
for partial ordering. Fixes PR9006, a recent regression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123861 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Overload.h
lib/Sema/SemaOverload.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/p11.cpp