summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-inputs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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