]> granicus.if.org Git - clang/commit
Expand the argument diagnostics for too many arguments and give
authorEric Christopher <echristo@apple.com>
Fri, 16 Apr 2010 04:56:46 +0000 (04:56 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 16 Apr 2010 04:56:46 +0000 (04:56 +0000)
commitccfa9639f8d09733bcf1c2572c5bd3daba5bd632
treeea86a5c21069c53fab4a62d2ff5277bc263b5342
parentd77b9a29651d748f0e30a8dad8969635fc04f725
Expand the argument diagnostics for too many arguments and give
both number seen and number expected.

Finishes fixing PR6501.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101442 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaChecking.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp