summaryrefslogtreecommitdiffstats
path: root/lib/Driver/InputInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Add an Action* member to InputInfo.Justin Lebar2016-01-111-7/+26
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-4/+5
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Driver: Eliminate special InputInfo kind for pipes, it is now unused.Daniel Dunbar2010-08-021-14/+1
* Driver: Handle "linker input" arguments.Daniel Dunbar2009-03-191-14/+40
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+2
* Driver: Add -ccc-print-bindings option (for testing); the PythonDaniel Dunbar2009-03-171-0/+16
* Driver: Implement majority tool binding logic.Daniel Dunbar2009-03-161-0/+57