summaryrefslogtreecommitdiff
path: root/include/clang/Driver/Job.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* 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] Remove the using namespace directives from headersReid Kleckner2013-06-17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Remove pointless classof()'s.Sean Silva2012-10-11
* 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
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-20
* 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: Add forwarding methods to underlying list for PipedJob andDaniel Dunbar2009-03-18
* Driver: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar2009-03-18
* Driver: Include Casting header definitions in a few places, addDaniel Dunbar2009-03-16
* Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar2009-03-13