summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Job.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar2009-07-011-2/+4
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+8
* Driver: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar2009-03-181-2/+2
* Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar2009-03-131-0/+23
OpenPOWER on IntegriCloud