summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Job.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-0/+37
* Add comment about exporting clang::driver::ArgStringList,Hans Wennborg2013-09-181-2/+2
* Revert r190902 and r190906Hans Wennborg2013-09-181-2/+3
* Revert "Move using directive from Job.h to Job.cpp" (r190902)Hans Wennborg2013-09-181-1/+0
* Move using directive from Job.h to Job.cppHans Wennborg2013-09-171-3/+3
* Move the execution code from Compilation::ExecuteCommand to Command::ExecuteHans Wennborg2013-09-121-0/+14
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+98
* Remove unused method Job::AddCommand.Hans Wennborg2013-09-061-5/+0
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-5/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-0/+6
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-6/+0
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-0/+6
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Driver: Eliminate PipedJob, which is now unused.Daniel Dunbar2010-08-021-11/+1
* Driver: Free jobs in JobList and PipedJob instances.Daniel Dunbar2010-03-111-0/+10
* Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar2009-12-021-4/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3