summaryrefslogtreecommitdiff
path: root/include/clang/Driver/Action.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-14
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-06
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-21
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-05
* Remove pointless classof()'s.Sean Silva2012-10-11
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-23
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-20
* Driver: Add an explicit dsymutil action.Daniel Dunbar2010-06-04
* Driver: Free Action objects.Daniel Dunbar2010-03-11
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Driver: Improve diagnostics for failed commands.Daniel Dunbar2009-07-01
* Driver: Ditch Driver::DefaultToolChain, this can vary between compilations.Daniel Dunbar2009-03-18
* Driver: Include Casting header definitions in a few places, addDaniel Dunbar2009-03-16
* Driver: Provide food and shelter for Action vtables.Daniel Dunbar2009-03-13
* Driver: Add cast<> support for Action, and some other accessors.Daniel Dunbar2009-03-13
* Driver: Add remaining Action classes we need.Daniel Dunbar2009-03-13
* Driver: Add majority of driver-driver implementation.Daniel Dunbar2009-03-12
* Driver: Start sketching construction of abstract built actions.Daniel Dunbar2009-03-12