]> granicus.if.org Git - clang/commit
Improve the diagnostic used when an incompatible overload set is passed
authorJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 02:42:52 +0000 (02:42 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 02:42:52 +0000 (02:42 +0000)
commit5920dbba965a2f2a963313d94be3ff3d2b67ece7
treefbaba93a3399e1234192fb0b7d9ed6ba3438ef68
parenteff92135d32039c9874dc356f3e93143af6069c1
Improve the diagnostic used when an incompatible overload set is passed
as an argument during overload resolution.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95057 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOverload.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp