Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -2/+2 |
* | This change refactors some of the low-level lexer interfaces a bit. | Chris Lattner | 2009-01-26 | 1 | -7/+1 |
* | this massive patch introduces a simple new abstraction: it makes | Chris Lattner | 2009-01-17 | 1 | -2/+3 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -2/+0 |
* | Remove the clang::SourceBuffer class, switch to the llvm::MemoryBuffer class. | Chris Lattner | 2007-04-29 | 1 | -3/+2 |
* | Expose a new form of the getToken method. | Chris Lattner | 2006-06-30 | 1 | -0/+6 |
* | Initial implementation of the ScratchBuffer class. | Chris Lattner | 2006-06-28 | 1 | -0/+47 |