1. aadaf78 add some helper methods for removing and replacing text, this makes the by Chris Lattner · 17 years ago
  2. dcbc5b0 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
  3. d3c25dd add some assertions so that the rewriter dies violently with a useful by Chris Lattner · 17 years ago
  4. 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
  5. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  6. 21d1aed remove some temporary code. by Chris Lattner · 17 years ago
  7. fab21b6 add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  8. 8b0c2f6 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  9. d425a27 minor cleanups by Chris Lattner · 17 years ago
  10. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  11. 116c089 Fix a rewriter bug that fariborz hit, when an @interface was the very very very by Chris Lattner · 17 years ago
  12. 24abb10 Fix an inverted conditional, by Fariborz Jahanian · 17 years ago
  13. 54a2f07 Expose InsertText, fixing an oversight. by Chris Lattner · 17 years ago
  14. d6690b2 simplify change. by Chris Lattner · 17 years ago
  15. 075eb6e Fix a bug steve noticed when handling nested rewrites. We now turn this: by Chris Lattner · 17 years ago
  16. 01c5748 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 17 years ago
  17. 9d62a5b The size returned by Rewriter::getRangeSize should include by Chris Lattner · 17 years ago
  18. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  19. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  20. 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  21. 57c337d haha, my devious plot is complete: by Chris Lattner · 17 years ago
  22. 03b0710 With this I can now insert stuff before tabs, woo. by Chris Lattner · 17 years ago
  23. 88d0ed0 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
  24. 7c23960 another step forward in rewriter stuff. This still has by Chris Lattner · 17 years ago
  25. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  26. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago