| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang-cl: Better error message when trying to compile stdin (PR18640) | Hans Wennborg | 2014-01-29 | 1 | -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 Wennborg | 2013-09-10 | 1 | -35/+35 |
| | | | | | llvm-svn: 190432 | ||||
| * | clang-cl: Expand warning about /TC and /TP override, and expand test | Hans Wennborg | 2013-08-12 | 1 | -6/+19 |
| | | | | | llvm-svn: 188190 | ||||
| * | clang-cl: Implement the /Tc, /TC, /Tp and /TP options. | Hans Wennborg | 2013-08-06 | 1 | -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 | |||||

