summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Job.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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