aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/crash-invalid-array.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-08Remove an old stdio.h include from the invalid-array testAlp Toker1-3/+1
This should get it up and running on win and other builders without system headers. llvm-svn: 196738
2013-12-08Re-enable verification of test and update outdated diag checksAlp Toker1-3/+3
Going by PR6913 it looks like this one can no longer reach CodeGen so remove the redundant -emit-llvm case and treat it as an ordinary Sema test. llvm-svn: 196736
2013-04-29c language: diagnose use of "[*]" on any array dimensionFariborz Jahanian1-0/+7
in the parameter of a function definition. Currently, it crashes in irgen if it is on other than the 1st dimension. // rdar://13705391 llvm-svn: 180732
2011-07-22Bring over a test from llvm/test/FrontendC that is for Sema and not CodeGen.Eric Christopher1-0/+17
llvm-svn: 135753