[cfe-commits] r142157 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaType.cpp test/Sema/static-array.c

Chandler Carruth chandlerc at google.com
Sun Oct 16 14:26:37 PDT 2011


On Sun, Oct 16, 2011 at 2:17 PM, Peter Collingbourne <peter at pcc.me.uk>wrote:

> +typedef int i3[static 3];


I'm a bit sad that this is the test case lacking a note pointing to the
static declaration, as it's the one where that note would be most useful.
I'm imagining a note along the lines of:

'callee parameter type defined with a static array size here'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111016/be8925c6/attachment.html>


More information about the cfe-commits mailing list