| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 242321
|
|
|
|
|
|
| |
Thanks to Alexpux.
llvm-svn: 242283
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
Test Plan: The patch includes a test case.
Reviewers: hansw
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D5338
llvm-svn: 217710
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 211224
|
|
|
|
|
|
|
|
|
|
| |
Patch by Ehsan Akhgari!
(Tiny tweak by me: renamed PathSegment to LibDir.)
Differential Revision: http://reviews.llvm.org/D4192
llvm-svn: 211189
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 190432
|
|
|
|
| |
llvm-svn: 188190
|
|
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
|