]> granicus.if.org Git - clang/commit
Further improvement to wording of overload resolution diagnostics, and including
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 May 2012 06:21:54 +0000 (06:21 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 May 2012 06:21:54 +0000 (06:21 +0000)
commitc608c3c0781e15b74fbbda03f8708cc85a3dd488
tree5c9bc96920ac80bd6c30cba0d959199d31da0b65
parent6314db9d5918939ad8ec88cd9c3f42a33a67c2b6
Further improvement to wording of overload resolution diagnostics, and including
the sole parameter name in the diagnostic in more cases. Patch by Terry Long!

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