aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/crash-invalid-array.c
AgeCommit message (Collapse)Author
2013-04-29c language: diagnose use of "[*]" on any array dimensionFariborz Jahanian
in the parameter of a function definition. Currently, it crashes in irgen if it is on other than the 1st dimension. // rdar://13705391 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180732 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22Bring over a test from llvm/test/FrontendC that is for Sema and not CodeGen.Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135753 91177308-0d34-0410-b5e6-96231b3b80d8