1. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
  2. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  3. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  4. 4846470 Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 12 years ago
  5. 9574456 Fix typo. by Manuel Klimek · 12 years ago
  6. 38b2186 This test actually works on Win32... by Manuel Klimek · 12 years ago
  7. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  8. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  9. daa177d Switch to the canonical pipe-based testing of clang output using FileCheck. by Chandler Carruth · 12 years ago
  10. 3df9a75 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. by NAKAMURA Takumi · 12 years ago
  11. 3b71176 This test appears to be passing on win32. by Ted Kremenek · 12 years ago
  12. 6e39d05 Fixing an obvious bug in a test. by Alexander Kornienko · 12 years ago
  13. dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
  14. 4187df5 Adds support for auto-detection of compilation databases, looking in a directory and all its parents. by Arnaud A. de Grandmaison · 12 years ago
  15. e265c87 Fixes the MSVC build. by Manuel Klimek · 12 years ago
  16. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  17. d89a8c1 clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incompatible to -fms-compatibility. by NAKAMURA Takumi · 12 years ago
  18. 8cf93ec clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in JSON. by NAKAMURA Takumi · 12 years ago
  19. ef0d6d4 test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work-in-progress. by NAKAMURA Takumi · 12 years ago
  20. 1de76ba clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts. by NAKAMURA Takumi · 12 years ago
  21. 7e2a01e clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure. by NAKAMURA Takumi · 12 years ago
  22. be8becc clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell". by NAKAMURA Takumi · 12 years ago
  23. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  24. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 12 years ago
  25. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 12 years ago
  26. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  27. edec2ee Fix quoting to allow shell expansion to occur for shell variables by Kaelyn Uhrain · 12 years ago
  28. 970b226 Fix tautological FileCheck by moving the CHECK to an extra line. by Manuel Klimek · 12 years ago
  29. 16dc261 Implementing a test for the use of PWD to base finding the by Manuel Klimek · 12 years ago
  30. 371a0c8 clang/test/Tooling/clang-check.cpp: Mark it as XFAIL also on cygwin. by NAKAMURA Takumi · 12 years ago
  31. e23d0b2 clang/test/Tooling/clang-check.cpp: Mark it as XFAIL mingw,msvc for now. by NAKAMURA Takumi · 12 years ago
  32. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  33. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  34. 5e2ff96 Fix test breakage due to example not being built. by Manuel Klimek · 13 years ago
  35. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago