summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/at_file.c.args
Commit message (Collapse)AuthorAgeFilesLines
* Update test after LLVM r267556.Nico Weber2016-04-261-1/+2
| | | | llvm-svn: 267557
* Expand test/Driver/at_file.c test to check that PR16209 is fixed.Hans Wennborg2013-07-231-0/+1
| | | | | | It was fixed by r186603. llvm-svn: 186962
* [Driver] Use LLVM's response file parser because it can read UTF-16Reid Kleckner2013-07-181-0/+1
| | | | | | | | | | | | MSBuild writes response files as UTF-16 little endian with a byte order mark. With this change, clang will be able to read them, although we still can't parse any of their flags. Adds a UTF-16-LE response file with a BOM for testing. Differential Revision: http://llvm-reviews.chandlerc.com/D1137 llvm-svn: 186603
* Implement support for reading arguments specified in a file with @file. IfRafael Espindola2010-07-191-0/+11
| | | | | | there is no file named "file", keep the @file option unchanged. llvm-svn: 108697
* Revert r108672, "Implement support for reading arguments specified in a fileDaniel Dunbar2010-07-191-11/+0
| | | | | | | with @file.", it doesn't correctly handle cases where arguments starting with '@' are passed to other command line arguments. llvm-svn: 108686
* Implement support for reading arguments specified in a file with @file.Rafael Espindola2010-07-191-0/+11
llvm-svn: 108672
OpenPOWER on IntegriCloud