1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  2. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 0ff72fc Re-add clang-format tests to clang/test. by Daniel Jasper · 11 years ago
  6. 1d5b1b3 Add llvm-symbolizer as test dependency. by Evgeniy Stepanov · 11 years ago
  7. 6bbaa77 CMake: Include Clang unit tests in check-clang target in standalone builds. by Jordan Rose · 11 years ago
  8. 1df0837 [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 11 years ago
  9. cc128e9 clang/test: [CMake] check-clang doesn't require llvm-dis any more. by NAKAMURA Takumi · 11 years ago
  10. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  11. 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
  12. 4a26392 Extend a workaround for a CMake bug in LLVM's r159593 to apply to by Chandler Carruth · 12 years ago
  13. 1e537f4 We support a mode where the Clang regression tests are run but not the by Chandler Carruth · 12 years ago
  14. 56e9b0d Switch from using a lit.cfg-generator variable to the real variable in by Chandler Carruth · 12 years ago
  15. 82a53bd Switch Clang to use the new common LLVM CMake infrastructure for adding by Chandler Carruth · 12 years ago
  16. 65cf624 Switch Clang's CMake lit.site.cfg generation over to use the common by Chandler Carruth · 12 years ago
  17. 4421e55 Remove a completely unused and remarkably inaccurate list of test by Chandler Carruth · 12 years ago
  18. 073b98e Update the Clang CMake build to reflect the name change in LLVM r159258. by Chandler Carruth · 12 years ago
  19. 43d5aac Add the dependency on clang-check to clang-test, so clang-check by Manuel Klimek · 12 years ago
  20. add5adb CMake: Promote the testing targets out of folders on IDE. by NAKAMURA Takumi · 12 years ago
  21. 744d90b CUDA: set proper calling conventions for PTX by Peter Collingbourne · 13 years ago
  22. a47027b CMake: "clang-test" may not depend on check.deps. by NAKAMURA Takumi · 13 years ago
  23. 8425126 Add diagtool-based test where we enforce that no additional warnings can be added to Clang without a -W flag. by Ted Kremenek · 13 years ago
  24. 582c1fb test/CMakeLists.txt: Re-indent. by NAKAMURA Takumi · 13 years ago
  25. fc71ac8 Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabled by Douglas Gregor · 13 years ago
  26. 1d78f32 test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together. by NAKAMURA Takumi · 13 years ago
  27. 92d9a1e test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check-all. by NAKAMURA Takumi · 13 years ago
  28. 064fa99 test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps. by NAKAMURA Takumi · 13 years ago
  29. 7140b3c cmake+lit: final cleanup related to the recent churn by Andrew Trick · 13 years ago
  30. fc0f40a Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  31. fd8af77 Add another dependency to the clang-test CMake target, this time to support lit. by Chandler Carruth · 13 years ago
  32. 4f5ef6e Add the new arcmt-test tool to the clang-test dependencies with by Chandler Carruth · 13 years ago
  33. 6b07d31 Remove the clang-test-XXX targets from the CMake builds; they really aren't useful by Douglas Gregor · 13 years ago
  34. 9e63d4a Nth time's a charm? by Douglas Gregor · 13 years ago
  35. 02bba19 CMake target check.deps only exists when LLVM_INCLUDE_TESTS by Douglas Gregor · 13 years ago
  36. 378d2a1 CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. by NAKAMURA Takumi · 13 years ago
  37. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  38. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 13 years ago
  39. 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 13 years ago
  40. 652f1ef test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build. by NAKAMURA Takumi · 13 years ago
  41. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 13 years ago
  42. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago
  43. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago
  44. ba43a4d Support running tests from the VS IDE and XCode. by Oscar Fuentes · 13 years ago
  45. 57ca32b Support `make clang-test' when Clang is compiled outside of LLVM. by Oscar Fuentes · 13 years ago
  46. c3189e9 CMake: Fix test. CMake has not built unittests yet. by NAKAMURA Takumi · 13 years ago
  47. f0d9d8b Add dependency to "make clang-test check-all". by NAKAMURA Takumi · 13 years ago
  48. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 13 years ago
  49. 3aa8c64 test/CMakeLists.txt: Implement the target "check-all". For now, it has no dependencies. by NAKAMURA Takumi · 13 years ago
  50. c84aca4 test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv" and "--no-progress-bar". by NAKAMURA Takumi · 14 years ago
  51. 2b1acd4 CMake: Clang test targets depend on the {FileCheck,not,count} tools. by Daniel Dunbar · 14 years ago
  52. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 14 years ago
  53. dbdad6d Remove a few more references to index-test; this was killed in r94210. by Chandler Carruth · 14 years ago
  54. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 14 years ago
  55. e33f82f CMake: Add support for running tests with valgrind. by Daniel Dunbar · 15 years ago
  56. 30eb055 Simplify. by Daniel Dunbar · 15 years ago
  57. 1e63492 Rework site config for cmake to be generated at configure time, and only pass by Daniel Dunbar · 15 years ago
  58. b258d8f Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) by Daniel Dunbar · 15 years ago
  59. e9a7323 Add target_triple to Clang site configuration. by Daniel Dunbar · 15 years ago
  60. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  61. 9e10cc7 Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. by Daniel Dunbar · 15 years ago
  62. 584425c cmake: Run tests with 'verbose' enabled by default, so that the failure is by Daniel Dunbar · 15 years ago
  63. cceef8b CMake: Add a clang-c++tests target for running the experimental C++ header by Daniel Dunbar · 15 years ago
  64. 1b720a9 Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. by Daniel Dunbar · 15 years ago
  65. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  66. 7af18d3 Tweak clang testing. - Move CMake to using the new test runner. by Daniel Dunbar · 15 years ago
  67. 95f29c2 CMake: Generate LIT site configuration file for Clang tests, which Daniel will probably have to fix by Douglas Gregor · 15 years ago
  68. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  69. 1b03350 Prepare CMake regression testing for Daniel's upcoming fix to the test runner by Douglas Gregor · 15 years ago
  70. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  71. 6a6170c Fix regression testing in Xcode, again by Douglas Gregor · 15 years ago
  72. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  73. 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 15 years ago
  74. f5dba38 Clean up Clang regression testing in CMake, so that we get more by Douglas Gregor · 15 years ago
  75. eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 15 years ago