1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. db914a4 [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  3. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  4. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  5. 0621cb2 Make clang's rewrite engine a core feature by Alp Toker · 11 years ago[Renamed from clang/lib/Rewrite/Core/DeltaTree.cpp]
  6. 8ae1203 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  7. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  8. e2bb2ff Remove pointless classof()'s. by Sean Silva · 13 years ago
  9. cdf8149 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 13 years ago[Renamed (99%) from clang/lib/Rewrite/DeltaTree.cpp]
  10. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  11. 3dd48bd "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment by Chris Lattner · 15 years ago
  12. 6a89c50 reduce redundant are's by Chris Lattner · 16 years ago
  13. 5492edc Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here by Douglas Gregor · 16 years ago
  14. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  15. 52bc4ac Fix a corner case that ted hit in -emit-html, rdar://5863212 by Chris Lattner · 17 years ago
  16. 3374b03 Change the RewriteRope::Chunks data structure from an std::list into by Chris Lattner · 17 years ago
  17. cc0ef63 Change the btree algorithm to split nodes bottom-up instead of top-down. by Chris Lattner · 17 years ago
  18. cdefa7a split node splitting from interior node restructuring. by Chris Lattner · 17 years ago
  19. 8fc77b7 final cleanup, the code is now in a reviewable state. by Chris Lattner · 17 years ago
  20. cbb6bad move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 17 years ago