aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/implicit-arg.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola1-1/+1
llvm-svn: 189910
2011-07-26Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher1-0/+10
most of them to FileCheck. llvm-svn: 136159