1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. c315f01 clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has been failing since r194968. by NAKAMURA Takumi · 11 years ago
  5. 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
  6. 9a8a5fc Improve the missing ASM parser test for MS-style assembly by Alp Toker · 11 years ago
  7. d11344a Fixed replacements for files with relative paths are not applied. by Ariel J. Bernal · 11 years ago
  8. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  9. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  10. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  11. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  12. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  13. 8a793dc Use 'env' in tests that set environment variables. by Jordan Rose · 11 years ago
  14. 78a2a5a As of r180836, these tests should no longer be XFAILed on Windows. by Aaron Ballman · 11 years ago
  15. 4eb17e5 Added PR number for failing win64 tests. by Fariborz Jahanian · 11 years ago
  16. 82f0aff These tests fail on our Window64 machine. by Fariborz Jahanian · 11 years ago
  17. ad7e160 ClangTool output cleanup by Edwin Vane · 11 years ago
  18. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 11 years ago
  19. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 11 years ago
  20. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 11 years ago
  21. 0061fe4 Use color for -ast-dump-filter only when it is supported by Dmitri Gribenko · 12 years ago
  22. 3028038 Fix for -ast-dump-filter by Alexander Kornienko · 12 years ago
  23. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
  24. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  25. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  26. 4846470 Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 12 years ago
  27. 9574456 Fix typo. by Manuel Klimek · 12 years ago
  28. 38b2186 This test actually works on Win32... by Manuel Klimek · 12 years ago
  29. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  30. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  31. daa177d Switch to the canonical pipe-based testing of clang output using FileCheck. by Chandler Carruth · 12 years ago
  32. 3df9a75 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. by NAKAMURA Takumi · 12 years ago
  33. 3b71176 This test appears to be passing on win32. by Ted Kremenek · 12 years ago
  34. 6e39d05 Fixing an obvious bug in a test. by Alexander Kornienko · 12 years ago
  35. 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
  36. 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
  37. e265c87 Fixes the MSVC build. by Manuel Klimek · 12 years ago
  38. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  39. d89a8c1 clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incompatible to -fms-compatibility. by NAKAMURA Takumi · 12 years ago
  40. 8cf93ec clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in JSON. by NAKAMURA Takumi · 12 years ago
  41. ef0d6d4 test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work-in-progress. by NAKAMURA Takumi · 12 years ago
  42. 1de76ba clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts. by NAKAMURA Takumi · 12 years ago
  43. 7e2a01e clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure. by NAKAMURA Takumi · 12 years ago
  44. be8becc clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell". by NAKAMURA Takumi · 12 years ago
  45. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  46. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 12 years ago
  47. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 12 years ago
  48. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  49. edec2ee Fix quoting to allow shell expansion to occur for shell variables by Kaelyn Uhrain · 12 years ago
  50. 970b226 Fix tautological FileCheck by moving the CHECK to an extra line. by Manuel Klimek · 12 years ago
  51. 16dc261 Implementing a test for the use of PWD to base finding the by Manuel Klimek · 12 years ago
  52. 371a0c8 clang/test/Tooling/clang-check.cpp: Mark it as XFAIL also on cygwin. by NAKAMURA Takumi · 12 years ago
  53. e23d0b2 clang/test/Tooling/clang-check.cpp: Mark it as XFAIL mingw,msvc for now. by NAKAMURA Takumi · 12 years ago
  54. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  55. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  56. 5e2ff96 Fix test breakage due to example not being built. by Manuel Klimek · 13 years ago
  57. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago