]> granicus.if.org Git - clang/commit
Improve the diagnostic for bad conversions in overload resolution to talk
authorJohn McCall <rjmccall@apple.com>
Thu, 14 Jan 2010 00:56:20 +0000 (00:56 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 14 Jan 2010 00:56:20 +0000 (00:56 +0000)
commite81e15ed0c31f828104b339ceb66648d1c815a8b
treebd8633994c37735a4e0989b1ea80ca6007e59070
parent3be16b7d9d0ab075461ed3498b4c01b30b517c0e
Improve the diagnostic for bad conversions in overload resolution to talk
about 'object argument' vs. 'nth argument'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93395 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOverload.cpp
test/SemaCXX/overload-call.cpp
test/SemaCXX/overload-member-call.cpp