aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/if-scope-c90.c
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar
2009-11-05Implement -Wsign-compare, or at least the actual comparison part of it.John McCall
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-26Fix test/Parser/if-scope-*.c. Patch by Neil Booth!Chris Lattner