aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Action.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-01Driver: Improve diagnostics for failed commands.Daniel Dunbar
2009-03-18Driver: Ditch Driver::DefaultToolChain, this can vary between compilations.Daniel Dunbar
2009-03-16Driver: Include Casting header definitions in a few places, addDaniel Dunbar
2009-03-13Driver: Provide food and shelter for Action vtables.Daniel Dunbar
2009-03-13Driver: Add cast<> support for Action, and some other accessors.Daniel Dunbar
2009-03-13Driver: Add remaining Action classes we need.Daniel Dunbar
2009-03-12Driver: Add majority of driver-driver implementation.Daniel Dunbar
2009-03-12Driver: Start sketching construction of abstract built actions.Daniel Dunbar