Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-08 | Remove an old stdio.h include from the invalid-array test | Alp Toker | 1 | -3/+1 | |
This should get it up and running on win and other builders without system headers. llvm-svn: 196738 | |||||
2013-12-08 | Re-enable verification of test and update outdated diag checks | Alp Toker | 1 | -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-29 | c language: diagnose use of "[*]" on any array dimension | Fariborz Jahanian | 1 | -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-22 | Bring over a test from llvm/test/FrontendC that is for Sema and not CodeGen. | Eric Christopher | 1 | -0/+17 | |
llvm-svn: 135753 |