[cfe-commits] r101442 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaChecking.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaExprObjC.cpp

Chris Lattner clattner at apple.com
Sat Apr 17 20:21:08 PDT 2010


On Apr 15, 2010, at 9:56 PM, Eric Christopher wrote:

> Author: echristo
> Date: Thu Apr 15 23:56:46 2010
> New Revision: 101442
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=101442&view=rev
> Log:
> Expand the argument diagnostics for too many arguments and give
> both number seen and number expected.
> 
> Finishes fixing PR6501.

Very nice Eric, please add a couple testcases that exercise this.  A good place would be clang/test/Sema/exprs.c, thanks!

-Chris





More information about the cfe-commits mailing list