[cfe-commits] r61127 - in /cfe/trunk: include/clang/AST/Decl.h include/clang/Basic/DiagnosticKinds.def lib/Sema/SemaDecl.cpp test/CodeGen/rdr-6140807-alias-references-forward.c test/Parser/recovery.c test/Sema/c89.c test/Sema/function.c test/Sema/redefinition.c

Mike Stump mrs at apple.com
Wed Dec 17 09:34:22 PST 2008


On Dec 16, 2008, at 11:33 PM, Chris Lattner wrote:
> diagnose C99 6.9.1p5, C arguments in definitions that are lacking
> a name.  This implements PR3208.

I wish the c1x people would add this into their language...  I think  
that by default we should allow name omission and relegate this to - 
pedantic-errors.



More information about the cfe-commits mailing list