aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/void_arg.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-05-22Patch for PR2350; the issue was tnat we were allowing (with an error) Eli Friedman
2007-11-28Fix a bug checking for 'int foo(void)' that didn't look through typedefs of v...Chris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer