summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-inputs.c
Commit message (Collapse)AuthorAgeFilesLines
* Erase REQUIRES: shell-preserves-root from more tests, see r242312.Yaron Keren2015-07-151-3/+0
| | | | llvm-svn: 242321
* Fix test to run under MSYS2 by disabling MSYS conversion of /C /TP /TC.Yaron Keren2015-07-151-2/+3
| | | | | | Thanks to Alexpux. llvm-svn: 242283
* clang-cl: Don't look up absolute paths in %LIB%.Nico Weber2015-04-241-0/+5
| | | | | | | | | Before this patch, passing a non-existent absolute path to clang-cl would cause stat'ing of impossible paths. For example, `clang-cl -c d:\adsfasdf.txt` would cause a stat of C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\LIBd:\asdfadsf.cc llvm-svn: 235787
* clang-cl: Warn when a /TC or /TP argument is unusedEhsan Akhgari2014-09-121-2/+4
| | | | | | | | | | | | Test Plan: The patch includes a test case. Reviewers: hansw Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5338 llvm-svn: 217710
* clang-cl: Don't treat linker input files differently when /TP or /TC is ↵Ehsan Akhgari2014-09-121-0/+8
| | | | | | | | | | | | | | | | specified. Summary: This fixes http://llvm.org/PR20923. Test Plan: This patch includes an automated test. Reviewers: hansw Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5334 llvm-svn: 217699
* Relax the cl-inputs.c test a little bit in case link.exe is on PATHReid Kleckner2014-06-181-2/+2
| | | | llvm-svn: 211224
* Make clang-cl accept .lib inputs (PR20065)Hans Wennborg2014-06-181-0/+9
| | | | | | | | | | Patch by Ehsan Akhgari! (Tiny tweak by me: renamed PathSegment to LibDir.) Differential Revision: http://reviews.llvm.org/D4192 llvm-svn: 211189
* clang-cl: Better error message when trying to compile stdin (PR18640)Hans Wennborg2014-01-291-0/+8
| | | | | | | We should suggest using /Tc or /Tp to set the input type, instead of erroneously suggesting -x, which isn't a clang-cl flag. llvm-svn: 200362
* Remove Windows line-endings in two clang-cl test files.Hans Wennborg2013-09-101-35/+35
| | | | llvm-svn: 190432
* clang-cl: Expand warning about /TC and /TP override, and expand testHans Wennborg2013-08-121-6/+19
| | | | llvm-svn: 188190
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-061-0/+22
These are used to specify source files, and whether to treat source files as C or C++. Differential Revision: http://llvm-reviews.chandlerc.com/D1290 llvm-svn: 187760
OpenPOWER on IntegriCloud