1. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 16 years ago
  2. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 16 years ago[Renamed (99%) from tools/clang-cc/RewriteMacros.cpp]
  3. f54fce8 Switch some utilities in clang-cc to take a stream instead of a by Eli Friedman · 16 years ago
  4. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
  5. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 16 years ago
  6. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago[Renamed from Driver/RewriteMacros.cpp]
  7. 52c2908 rename getFullFilePos -> getFileOffset. by Chris Lattner · 17 years ago
  8. 4448a01 use simplified Lexer ctor. by Chris Lattner · 17 years ago
  9. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
  10. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 17 years ago
  11. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 17 years ago
  12. 590f0cc Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 17 years ago
  13. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 17 years ago
  14. a9bc2d9 Fix typo. by Ted Kremenek · 17 years ago
  15. a59e050 comment out #pragma mark and #warning directives. by Chris Lattner · 17 years ago
  16. 0d76fcd rewrite handling of the raw token stream in -rewrite-macros to lex by Chris Lattner · 17 years ago
  17. 1a78735 make rewrite macros insert a space when commenting out macros where the token didn't by Chris Lattner · 17 years ago
  18. 8ea78e6 Two identifiers are not the same unless they have the same identifier info. by Chris Lattner · 17 years ago
  19. ec92156 Implement -rewrite-macros, which is a crazy macro expander that expands by Chris Lattner · 17 years ago
  20. 0951052 make #if 0 code compile, even though it still isn't very useful. by Chris Lattner · 17 years ago
  21. b57e3d4 start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 17 years ago