1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  3. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  4. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  5. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  6. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  7. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  8. 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
  9. 0ef8db2 ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native path. by NAKAMURA Takumi · 12 years ago
  10. 14a1924 Fix an object lifetime issue in clang/Tooling. by Alexander Kornienko · 12 years ago
  11. 240193b Fixed a memory leak in clang/Tooling. by Alexander Kornienko · 12 years ago
  12. 62d198c Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be used here. by NAKAMURA Takumi · 12 years ago
  13. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  14. ed5ee48 Fix includes for unices that don't have chdir declared transitively. by Manuel Klimek · 12 years ago
  15. 3b6e319 Includes direct.h for windows compilation. by Manuel Klimek · 12 years ago
  16. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 12 years ago
  17. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 12 years ago
  18. 4f5b3ac Fixes a fix to finding the current directory: by Manuel Klimek · 12 years ago
  19. 01b8ca5 Tooling.cpp: Reorder inclusions according to the conding standards. by NAKAMURA Takumi · 12 years ago
  20. b175d0f Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead. by NAKAMURA Takumi · 12 years ago
  21. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  22. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  23. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago
  24. 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
  25. 0ddd364 Remove noisy semicolons. by Benjamin Kramer · 13 years ago
  26. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  27. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago