Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [Driver] Remove the using namespace directives from headers | Reid Kleckner | 2013-06-17 | 1 | -4/+5 |
* | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Driver: Eliminate special InputInfo kind for pipes, it is now unused. | Daniel Dunbar | 2010-08-02 | 1 | -14/+1 |
* | Driver: Handle "linker input" arguments. | Daniel Dunbar | 2009-03-19 | 1 | -14/+40 |
* | Driver: ConstructJob also needs to know the destination (where to put | Daniel Dunbar | 2009-03-18 | 1 | -0/+2 |
* | Driver: Add -ccc-print-bindings option (for testing); the Python | Daniel Dunbar | 2009-03-17 | 1 | -0/+16 |
* | Driver: Implement majority tool binding logic. | Daniel Dunbar | 2009-03-16 | 1 | -0/+57 |