1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. b23ccec Misc typos fixes in ./lib folder by Raphael Isemann · 7 years ago
  3. db914a4 [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  4. cc3949d Remove use of builtin comma operator. by Richard Trieu · 10 years ago
  5. 8017237 Remove empty non-virtual destructors or mark them =default when non-public by Benjamin Kramer · 11 years ago
  6. fdacdb2 Use intrusive refcounted pointers to manage RopeRefCountString lifetime. by Benjamin Kramer · 11 years ago
  7. 0621cb2 Make clang's rewrite engine a core feature by Alp Toker · 11 years ago[Renamed from clang/lib/Rewrite/Core/RewriteRope.cpp]
  8. 8ae1203 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  9. 2d942de Make RewriteRope less confusing for me. No intended behavior change. by Nico Weber · 12 years ago
  10. e2bb2ff Remove pointless classof()'s. by Sean Silva · 13 years ago
  11. cdf8149 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 13 years ago[Renamed (99%) from clang/lib/Rewrite/RewriteRope.cpp]
  12. ccdf735 Actually, this tree isn't necessarily binary. by Benjamin Kramer · 14 years ago
  13. c2a4475 Recursively delete rewrite rope nodes when tearing down the tree. by Benjamin Kramer · 14 years ago
  14. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  15. a3d232a zap more dead code. by Chris Lattner · 15 years ago
  16. 48eb14d Fix: by Chris Lattner · 15 years ago
  17. 2e385f9 Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference by Ted Kremenek · 16 years ago
  18. 988c581 Revert 84601. Looks like it was causing failures on some systems. by Ted Kremenek · 16 years ago
  19. 2f9876c Fix a reference count imbalance in RewriteRope::MakeRopeString(). by Ted Kremenek · 16 years ago
  20. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  21. 5912c6e Fixed an offset calculation error. by Zhongxing Xu · 17 years ago
  22. ae2c57f Fix rewrite rope to keep the leaf list up-to-date as it erases leaves by Chris Lattner · 17 years ago
  23. 10a7bd6 fix a nasty off-by-one error. by Chris Lattner · 17 years ago
  24. 2b88c1e Fix rdar://5919567: assertion failure: split didn't occur before erase! by Chris Lattner · 17 years ago
  25. 68a27fa fix a rewriter crash on zero length files. by Chris Lattner · 18 years ago
  26. 3e142b2 finish commenting RewriteRope by Chris Lattner · 18 years ago
  27. 492530d simplify the implementation of the insert/split operation to return by Chris Lattner · 18 years ago
  28. e58408d Add a bunch of comments, move RewriteRope::MakeRopeString out of line. by Chris Lattner · 18 years ago
  29. dc21719 fix more uninit ivars, who wrote this junk? :) by Chris Lattner · 18 years ago
  30. ca94e42 Fix an assertion ted was hitting, due to an uninitialized variable. by Chris Lattner · 18 years ago
  31. d80eddd move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 18 years ago