summaryrefslogtreecommitdiff
path: root/lib/Driver/Job.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix unquoted spaces in args in clang --verbose outputHans Wennborg2019-04-241-1/+1
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-commit r344234 "clang-cl: Add /showFilenames option (PR31957)"Hans Wennborg2018-10-131-0/+6
* Consistently make llvm::opt::ArgStringList usage explicit to try and appease ...Simon Pilgrim2018-10-121-7/+6
* Revert "clang-cl: Add /showFilenames option (PR31957)"Sean Fertile2018-10-111-6/+0
* clang-cl: Add /showFilenames option (PR31957)Hans Wennborg2018-10-111-0/+6
* Fix crash in clang.Zachary Turner2018-07-031-1/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-7/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2018-03-201-17/+22
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-1/+1
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-1/+1
* Revert r318669/318694Erich Keane2017-11-201-1/+1
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-1/+1
* Revert r316193.Richard Smith2017-10-201-2/+2
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-191-2/+2
* Attempt to fix MSVC build.Alexander Kornienko2017-09-131-3/+4
* Update users of llvm::sys::ExecuteAndWait etc.Alexander Kornienko2017-09-131-5/+5
* The -coverage-file flag was removed in r280306, and this piece was missed; NFC.Aaron Ballman2017-05-011-1/+1
* [clang-cl] Fix cross-compilation with MSVC 2017.Zachary Turner2017-03-171-6/+20
* [CrashReproducer] Collect PCH included via -include-pchBruno Cardoso Lopes2016-12-121-3/+2
* [CrashReproducer] Provide a clean dir path for -fmodules-cache-pathBruno Cardoso Lopes2016-12-091-3/+6
* [CrashReproducer] Rewrite relative include pathsBruno Cardoso Lopes2016-12-091-24/+94
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Use StringRef in Command::printArg() instead of raw pointer (NFC)Mehdi Amini2016-10-081-3/+3
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+3
* [CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when...Bruno Cardoso Lopes2016-04-041-4/+4
* [CrashReproducer] Add -fmodule-cache-path to reproducer scriptBruno Cardoso Lopes2016-04-011-0/+13
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-011-0/+23
* Driver: Strip -header-include-file and -diagnostic-log-file from crash repro ...Justin Bogner2015-08-051-0/+1
* Driver: Determine file names for crash reports more reliablyJustin Bogner2015-07-171-12/+15
* [clang-cl] Use the Windows response file tokenizerReid Kleckner2015-07-151-1/+3
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-091-6/+6
* Driver: Remove the Job class. NFCJustin Bogner2015-07-021-6/+2
* Driver: Don't use reserved names. NFCJustin Bogner2015-07-021-6/+4
* Driver: Keep -isysroot flags in crash scripts if we're dumping a VFSJustin Bogner2015-03-121-4/+7
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-2/+1
* Driver: Quote the command in crash reproduction scripts.Justin Bogner2014-10-211-11/+0
* Driver: Move crash report command mangling into Command::PrintJustin Bogner2014-10-211-8/+29
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-2/+2
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-7/+117
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-11/+4
* Add back the leading space when printing commands with -###Reid Kleckner2014-08-071-0/+1
* Make crash diagnostics on Windows the tiniest bit more usefulReid Kleckner2014-08-051-1/+2
* Driver: Skip the -ivfsoverlay argument in driver crash diagsJustin Bogner2014-06-221-1/+1
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-2/+2
* Driver: Skip the -fmodules-cache-path argument in driver crash diagsJustin Bogner2014-04-221-1/+2
* clang-cl /fallback: turn the note into a warningHans Wennborg2014-02-191-2/+1
* clang-cl /fallback: emit a note when falling backHans Wennborg2014-02-181-0/+8