aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Job.h
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-11Remove pointless classof()'s.Sean Silva
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-08-02When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier
2011-07-20Temporarily revert r135614 while I fix the cmake build.Chad Rosier
2011-07-20When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-20introduce a centralized place to introduce and inject llvm types into theChris Lattner
2010-08-02Driver: Eliminate PipedJob, which is now unused.Daniel Dunbar
2010-03-11Driver: Free jobs in JobList and PipedJob instances.Daniel Dunbar
2009-12-02Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-01Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar
2009-03-18Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar
2009-03-18Driver: Add forwarding methods to underlying list for PipedJob andDaniel Dunbar
2009-03-18Driver: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar
2009-03-16Driver: Include Casting header definitions in a few places, addDaniel Dunbar
2009-03-13Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar