1. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  2. 5ec9580 Coding style fix for SourceFileCallbacks by Edwin Vane · 11 years ago
  3. 3c16e69 Tooling: Call back for both begin and end of sources by Edwin Vane · 11 years ago
  4. b8d2441 Fix a typo in the name of a tooling unit test by Hal Finkel · 12 years ago
  5. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  6. d1bac8d Allow an ASTConsumer to selectively skip function bodies while parsing. Patch by Richard Smith · 12 years ago
  7. d9a2d5b unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSourceFileCallback on Win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  8. 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
  9. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  10. 8f19037 ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on msvc. LangOpts.MicrosoftExt still appends "class type_info;". by NAKAMURA Takumi · 12 years ago
  11. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  12. 8f4c4ca Revert r157819, "#ifdef out a broken test on win32" by NAKAMURA Takumi · 12 years ago
  13. 29fbfc2 #ifdef out a broken test on win32 by Alexander Kornienko · 12 years ago
  14. 5f60f60 Added a test for ToolInvocation::mapVirtualFile method. by Alexander Kornienko · 12 years ago
  15. cb971c6 Adds a tooling library. by Manuel Klimek · 13 years ago
  16. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  17. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  18. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago