aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/parsing.c
AgeCommit message (Expand)Author
2012-01-31Remove extraneous whitespace.Chad Rosier
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-04Driver: Switch -ccc-* options to using the standard options functionality.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-07Driver: Fix a parsing bug where some options were matchedDaniel Dunbar
2009-03-24Rename clang-driver to clang.Daniel Dunbar
2009-03-24Use not instead of ! in tests.Daniel Dunbar
2009-03-23Fix a few more instances of "&>".Eli Friedman
2009-03-22Driver: Implement 'missing argument' error.Daniel Dunbar
2009-03-22Don't use &> in tests; dash doesn't understand it.Eli Friedman
2009-03-18Driver: Implement JoinedAndSeparateArg::getValue and add parsing testDaniel Dunbar