Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -4/+4 |
* | Driver: Switch -ccc-* options to using the standard options functionality. | Daniel Dunbar | 2009-12-04 | 1 | -11/+13 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -17/+17 |
* | Driver: Fix a parsing bug where some options were matched | Daniel Dunbar | 2009-04-07 | 1 | -0/+4 |
* | Rename clang-driver to clang. | Daniel Dunbar | 2009-03-24 | 1 | -3/+3 |
* | Use not instead of ! in tests. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
* | Fix a few more instances of "&>". | Eli Friedman | 2009-03-23 | 1 | -2/+2 |
* | Driver: Implement 'missing argument' error. | Daniel Dunbar | 2009-03-22 | 1 | -0/+5 |
* | Don't use &> in tests; dash doesn't understand it. | Eli Friedman | 2009-03-22 | 1 | -1/+1 |
* | Driver: Implement JoinedAndSeparateArg::getValue and add parsing test | Daniel Dunbar | 2009-03-18 | 1 | -0/+15 |