aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Job.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
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
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
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: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar
2009-03-13Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar