aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Action.h
AgeCommit message (Expand)Author
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2012-10-11Remove pointless classof()'s.Sean Silva
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-08-23Add support for a verifier to the driver. Currently only verifies debugEric Christopher
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-06-04Driver: Add an explicit dsymutil action.Daniel Dunbar
2010-03-11Driver: Free Action objects.Daniel Dunbar
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