1. 52c2908 rename getFullFilePos -> getFileOffset. by Chris Lattner · 16 years ago
  2. 4448a01 use simplified Lexer ctor. by Chris Lattner · 16 years ago
  3. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  4. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  5. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  6. 590f0cc Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 16 years ago
  7. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  8. a9bc2d9 Fix typo. by Ted Kremenek · 16 years ago
  9. a59e050 comment out #pragma mark and #warning directives. by Chris Lattner · 16 years ago
  10. 0d76fcd rewrite handling of the raw token stream in -rewrite-macros to lex by Chris Lattner · 16 years ago
  11. 1a78735 make rewrite macros insert a space when commenting out macros where the token didn't by Chris Lattner · 16 years ago
  12. 8ea78e6 Two identifiers are not the same unless they have the same identifier info. by Chris Lattner · 16 years ago
  13. ec92156 Implement -rewrite-macros, which is a crazy macro expander that expands by Chris Lattner · 16 years ago
  14. 0951052 make #if 0 code compile, even though it still isn't very useful. by Chris Lattner · 16 years ago
  15. b57e3d4 start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 16 years ago