summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/MSVCToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Preserve the object file format in ComputeEffectiveClangTripleDavid Majnemer2015-06-091-2/+8
* [Driver] Inject the MSVC compatibility version into the tripleDavid Majnemer2015-06-081-0/+21
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* Remove a stray blank line that my sort_include.py script found.Chandler Carruth2015-02-131-1/+0
* Attempt to fix ::sscanf Cygwin build break reported in PR22302Reid Kleckner2015-01-231-1/+3
* Silence warning: "NOMINMAX" redefined.Yaron Keren2014-12-041-1/+3
* Make -fuse-ld=lld work properly on Windows.Zachary Turner2014-12-011-0/+3
* Removing an unused variable; NFC.Aaron Ballman2014-11-141-1/+0
* Fix C++ compliance issue. string literals must be const char *Zachary Turner2014-10-221-2/+2
* Make a good guess about where MSVC and Windows SDK libraries are for linking.Zachary Turner2014-10-221-0/+65
* Resubmit "Improve Windows toolchain support for non-standard environments."Zachary Turner2014-10-221-90/+182
* Driver: rename Windows to MSVCToolChainSaleem Abdulrasool2014-10-221-0/+335
OpenPOWER on IntegriCloud