summaryrefslogtreecommitdiffstats
path: root/tools/driver/driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-1/+1
* [Driver] Do a PATH lookup if needed when using -no-canonical-prefixesPetr Hosek2017-06-161-2/+9
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-27/+28
* Reverted r302775Serge Pavlov2017-05-111-28/+27
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-111-27/+28
* [Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes2017-04-121-2/+3
* [clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau2016-09-061-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+1
* Update to match LLVM r272232.Richard Smith2016-06-091-3/+2
* driver: Add a `--rsp-quoting` flag to pick response file quoting.Nico Weber2016-04-251-5/+12
* MarkEOLs should only be true for clang-cl.exe.Stephen Hines2016-04-201-5/+13
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-131-1/+1
* Avoid self-assignment of SmallString, trigger UB behavior down the road.Joerg Sonnenberger2016-01-151-3/+3
* The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has someEric Christopher2015-09-251-93/+16
* Update for llvm api change.Rafael Espindola2015-08-131-1/+1
* [clang-cl] Add support for CL and _CL_ environment variablesDavid Majnemer2015-08-101-0/+32
* Fix a tiny bug in -no-canonical-prefixes that somehow we have neverChandler Carruth2015-08-051-3/+7
* [clang-cl] Use the Windows response file tokenizerReid Kleckner2015-07-151-41/+67
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-3/+3
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-3/+3
* Update for llvm api change.Rafael Espindola2015-06-131-14/+4
* Revert r235749 - Accidentally commited cruft from the wrong path.Lang Hames2015-04-241-1/+0
* [CodeGen] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-0/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-2/+1
* Fix style.Michael J. Spencer2014-11-071-5/+3
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-3/+3
* Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner2014-10-231-1/+15
* Driver: Make FailingCommand mandatory for generateCompilationDiagnosticsJustin Bogner2014-10-201-3/+7
* Driver: support detecting driver mode when clang has a version suffix without...Hans Wennborg2014-10-171-76/+81
* Speculatively fix GCC 4.7 build after r219938Hans Wennborg2014-10-161-1/+1
* Use iterators and algorithms to possibly make this code a bit tidierDavid Blaikie2014-10-161-16/+12
* Use array_lengthof; NFC.Hans Wennborg2014-10-161-1/+1
* driver: Map closed standard file descriptors to /dev/nullDavid Majnemer2014-10-061-0/+3
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-2/+1
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-1/+1
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-2/+27
* Revert "Update for LLVM change (StringSaver)"Sean Silva2014-08-151-2/+13
* Update for LLVM change (StringSaver)Sean Silva2014-08-151-13/+2
* Rename as suggested by dblaikieSean Silva2014-08-151-2/+2
* ArrayRef'izeSean Silva2014-08-151-9/+8
* Rename this function to better reflect its purposeSean Silva2014-08-151-2/+2
* [cleanup] Rename this function to better reflect its purpose. NFC.Sean Silva2014-08-151-9/+9
* [cleanup] Range-for'ify this loop. NFC.Sean Silva2014-08-151-4/+3
* [cleanup] Factor out handling CC1 tools. NFC.Sean Silva2014-08-151-14/+15
* [cleanup] Factor out setting the driver's install dir. NFC.Sean Silva2014-08-151-20/+22
* [cleanup] Factor out initializing the DianosticOptions. NFC.Sean Silva2014-08-151-13/+19
* [cleanup] Factor out adjusting "cl.exe" to "clang-cl.exe". NFC.Sean Silva2014-08-151-7/+11
* [cleanup] Factor out some checks. NFC.Sean Silva2014-08-151-14/+18
* Driver: Produce crash diagnostics more often on WindowsReid Kleckner2014-07-071-2/+7