]> granicus.if.org Git - clang/commit
Fix an inconsistency in Sema::ConvertArgumentsForCall in that
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 29 Jul 2011 00:24:42 +0000 (00:24 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 29 Jul 2011 00:24:42 +0000 (00:24 +0000)
commit9aab1489866a5afe1a8a3267f9ad7124034fd644
tree46f73093f0345de562077fe08b2fb60e82b3b3e4
parent1e849b6f43a6aded51466978d826e938859130db
Fix an inconsistency in Sema::ConvertArgumentsForCall in that
the callee note diagnostic was not emitted in the case where
there were too few arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136437 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p10.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p4.cpp
test/PCH/functions.c
test/Sema/exprs.c