summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/crash-invalid-array.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove an old stdio.h include from the invalid-array testAlp Toker2013-12-081-3/+1
| | | | | | | This should get it up and running on win and other builders without system headers. llvm-svn: 196738
* Re-enable verification of test and update outdated diag checksAlp Toker2013-12-081-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
* c language: diagnose use of "[*]" on any array dimensionFariborz Jahanian2013-04-291-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
* Bring over a test from llvm/test/FrontendC that is for Sema and not CodeGen.Eric Christopher2011-07-221-0/+17
llvm-svn: 135753
OpenPOWER on IntegriCloud