summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Job.h
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Driver: Move crash report command mangling into Command::PrintJustin Bogner2014-10-211-6/+14
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-2/+3
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-0/+33
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-8/+8
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* clang-cl /fallback: emit a note when falling backHans Wennborg2014-02-181-0/+2
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-6/+31
* Add comment about exporting clang::driver::ArgStringList,Hans Wennborg2013-09-181-0/+1
* Revert r190902 and r190906Hans Wennborg2013-09-181-5/+4
* Revert "Move using directive from Job.h to Job.cpp" (r190902)Hans Wennborg2013-09-181-3/+6
* Move using directive from Job.h to Job.cppHans Wennborg2013-09-171-2/+0
* Move the execution code from Compilation::ExecuteCommand to Command::ExecuteHans Wennborg2013-09-121-2/+3
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+19
* Remove unused method Job::AddCommand.Hans Wennborg2013-09-061-4/+0
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-3/+3
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+4
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Remove pointless classof()'s.Sean Silva2012-10-111-4/+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/+3
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-3/+0
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-0/+3
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-201-7/+1
* Driver: Eliminate PipedJob, which is now unused.Daniel Dunbar2010-08-021-34/+0
* Driver: Free jobs in JobList and PipedJob instances.Daniel Dunbar2010-03-111-0/+4
* Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar2009-12-021-2/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-11/+11
* Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar2009-07-011-1/+9
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+5
* Driver: Add forwarding methods to underlying list for PipedJob andDaniel Dunbar2009-03-181-0/+18
* Driver: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar2009-03-181-3/+7
* Driver: Include Casting header definitions in a few places, addDaniel Dunbar2009-03-161-0/+7
* Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar2009-03-131-0/+104