summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/parsing.c
Commit message (Collapse)AuthorAgeFilesLines
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-031-22/+0
| | | | | | | Convert the last few tests using -ccc-print-options to -### and remove -ccc-print-options. llvm-svn: 189802
* Remove extraneous whitespace.Chad Rosier2012-01-311-3/+0
| | | | llvm-svn: 149424
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-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 Dunbar2009-12-041-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 Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-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 matchedDaniel Dunbar2009-04-071-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 Dunbar2009-03-241-3/+3
| | | | | | Again, I tried to update cmake but it is untested. llvm-svn: 67606
* Use not instead of ! in tests.Daniel Dunbar2009-03-241-2/+2
| | | | llvm-svn: 67601
* Fix a few more instances of "&>".Eli Friedman2009-03-231-2/+2
| | | | llvm-svn: 67496
* Driver: Implement 'missing argument' error.Daniel Dunbar2009-03-221-0/+5
| | | | llvm-svn: 67490
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-221-1/+1
| | | | llvm-svn: 67483
* Driver: Implement JoinedAndSeparateArg::getValue and add parsing testDaniel Dunbar2009-03-181-0/+15
case. llvm-svn: 67151
OpenPOWER on IntegriCloud