summaryrefslogtreecommitdiff
path: root/lib/Driver/Job.cpp
Commit message (Expand)AuthorAge
* Driver: Skip the -ivfsoverlay argument in driver crash diagsJustin Bogner2014-06-22
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-17
* Driver: Skip the -fmodules-cache-path argument in driver crash diagsJustin Bogner2014-04-22
* clang-cl /fallback: turn the note into a warningHans Wennborg2014-02-19
* clang-cl /fallback: emit a note when falling backHans Wennborg2014-02-18
* clang-cl: implement /fallback modeHans Wennborg2013-09-19
* Add comment about exporting clang::driver::ArgStringList,Hans Wennborg2013-09-18
* Revert r190902 and r190906Hans Wennborg2013-09-18
* Revert "Move using directive from Job.h to Job.cpp" (r190902)Hans Wennborg2013-09-18
* Move using directive from Job.h to Job.cppHans Wennborg2013-09-17
* Move the execution code from Compilation::ExecuteCommand to Command::ExecuteHans Wennborg2013-09-12
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-12
* Remove unused method Job::AddCommand.Hans Wennborg2013-09-06
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-02
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-20
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-20
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-31
* Driver: Eliminate PipedJob, which is now unused.Daniel Dunbar2010-08-02
* Driver: Free jobs in JobList and PipedJob instances.Daniel Dunbar2010-03-11
* Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar2009-12-02
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar2009-07-01
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-18
* Driver: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar2009-03-18
* Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar2009-03-13