Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use -### instead of -ccc-print-options. | Rafael Espindola | 2013-09-03 | 1 | -22/+0 |
| | | | | | | | Convert the last few tests using -ccc-print-options to -### and remove -ccc-print-options. llvm-svn: 189802 | ||||
* | Remove extraneous whitespace. | Chad Rosier | 2012-01-31 | 1 | -3/+0 |
| | | | | llvm-svn: 149424 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -4/+4 |
| | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
* | Driver: Switch -ccc-* options to using the standard options functionality. | Daniel Dunbar | 2009-12-04 | 1 | -11/+13 |
| | | | | | | - I still want to get rid of them, but manually handling them isn't adding value. llvm-svn: 90602 | ||||
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
| | | | | llvm-svn: 86432 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -17/+17 |
| | | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430 | ||||
* | Driver: Fix a parsing bug where some options were matched | Daniel Dunbar | 2009-04-07 | 1 | -0/+4 |
| | | | | | | | | | incorrectly. I'm blanking on the smartest way to write this search, but we should just do the right thing when we move to TableGen. - <rdar://problem/6761194> [driver] -Wextra-tokens isn't parsed correctly llvm-svn: 68525 | ||||
* | Rename clang-driver to clang. | Daniel Dunbar | 2009-03-24 | 1 | -3/+3 |
| | | | | | | Again, I tried to update cmake but it is untested. llvm-svn: 67606 | ||||
* | Use not instead of ! in tests. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
| | | | | llvm-svn: 67601 | ||||
* | Fix a few more instances of "&>". | Eli Friedman | 2009-03-23 | 1 | -2/+2 |
| | | | | llvm-svn: 67496 | ||||
* | Driver: Implement 'missing argument' error. | Daniel Dunbar | 2009-03-22 | 1 | -0/+5 |
| | | | | llvm-svn: 67490 | ||||
* | Don't use &> in tests; dash doesn't understand it. | Eli Friedman | 2009-03-22 | 1 | -1/+1 |
| | | | | llvm-svn: 67483 | ||||
* | Driver: Implement JoinedAndSeparateArg::getValue and add parsing test | Daniel Dunbar | 2009-03-18 | 1 | -0/+15 |
case. llvm-svn: 67151 |