1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  7. f907afe Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  8. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  9. 233fbe1 Add a bit of explanation for FrontendActionFactory. by Stefanus Du Toit · 11 years ago
  10. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  11. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  12. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  13. 5ec9580 Coding style fix for SourceFileCallbacks by Edwin Vane · 11 years ago
  14. 3c16e69 Tooling: Call back for both begin and end of sources by Edwin Vane · 11 years ago
  15. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 11 years ago
  16. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  17. d088a5f Allow RefactoringTool to write to memory instead of always to disk by Edwin Vane · 11 years ago
  18. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  19. 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
  20. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  21. fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
  22. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  23. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  24. 30c009b Fixed a problem related to resolution of built-in headers in case a path of tool's binary contains sym-links. by Alexander Kornienko · 12 years ago
  25. 14a1924 Fix an object lifetime issue in clang/Tooling. by Alexander Kornienko · 12 years ago
  26. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  27. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 12 years ago
  28. 2954134 Fixes comment referencing old name. by Manuel Klimek · 12 years ago
  29. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  30. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  31. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago
  32. 81e557b Pulls the common part of the clang-check example into Tooling, to allow new tools to be implemented without duplicating the boilerplate. by Manuel Klimek · 13 years ago
  33. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  34. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago