]> granicus.if.org Git - clang/commit
Expand argument diagnostic for too few arguments to give the number
authorEric Christopher <echristo@apple.com>
Fri, 16 Apr 2010 04:48:22 +0000 (04:48 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 16 Apr 2010 04:48:22 +0000 (04:48 +0000)
commitd77b9a29651d748f0e30a8dad8969635fc04f725
treea9a564f0348c03696a45cc816edbf61ab9af04cf
parente42e9872f82d8e969593b3143cf9e0fdc294e711
Expand argument diagnostic for too few arguments to give the number
of arguments both seen and expected.

Fixes PR6501.

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