1. 4c1ef97a Added formatAndApplyAllReplacements that works on multiple files in libTooling. by Eric Liu · 10 years ago
  2. b12e5a5 Add functions to apply replacements and reformat them. by Manuel Klimek · 10 years ago
  3. 06d5af4 Revert "Implement new interfaces for code-formatting when applying replacements." by Manuel Klimek · 10 years ago
  4. 4823631 Implement new interfaces for code-formatting when applying replacements. by Manuel Klimek · 10 years ago
  5. 3fed945 Fix calculation of shifted cursor/code positions. Specifically support by Daniel Jasper · 10 years ago
  6. d89ae9d clang-format: Add initial #include sorting capabilities. by Daniel Jasper · 10 years ago
  7. 94a8923 Allow replacements created from token ranges to specify language options. by Manuel Klimek · 10 years ago
  8. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  9. 13156b6 Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. by David Blaikie · 11 years ago
  10. a885796 Make VFS and FileManager match the current MemoryBuffer API. by Benjamin Kramer · 11 years ago
  11. efffbee Tooling: Ignore file names in tooling::deduplicate. by Benjamin Kramer · 11 years ago
  12. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  13. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  14. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  15. c080917 Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
  16. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  17. 4fcf0c7 Fix two test-only leaks found by LSan. by Nico Weber · 12 years ago
  18. 3255134 Reverted r192992 broke windows and freebsd builds. by Ariel J. Bernal · 12 years ago
  19. 4dc53c2 This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 12 years ago
  20. e7288fe Revert commit r192299 until find a way to account for simlinks in OS X. by Ariel J. Bernal · 12 years ago
  21. ee863ce This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 12 years ago
  22. 18e503c Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 12 years ago
  23. c514848 Have Range::overlapsWith use positive logic by Edwin Vane · 12 years ago
  24. 349e1c1 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 12 years ago
  25. f59b1a9 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 12 years ago
  26. 938f688 Introduce Replacement deduplication and conflict detection function by Edwin Vane · 12 years ago
  27. dce2347 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 12 years ago
  28. a36e78e Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 12 years ago
  29. 641c6a1 Remove last use of PathV1.h from clang. by Rafael Espindola · 12 years ago
  30. cf833e4 Include PathV1.h in a file that uses it. by Rafael Espindola · 12 years ago
  31. 2a250b8 Let clang-format move the cursor appropriately. by Daniel Jasper · 12 years ago
  32. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  33. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  34. 275e883 Buildbot debugging is fun by Douglas Gregor · 13 years ago
  35. cdf8149 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 13 years ago
  36. eb7b9f8 Update unittests for include change. by Benjamin Kramer · 13 years ago
  37. 3f00134 Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 13 years ago