| Commit message (Expand) | Author | Age | Files | Lines |
* | test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv... | NAKAMURA Takumi | 2010-11-11 | 1 | -6/+6 |
* | CMake: Clang test targets depend on the {FileCheck,not,count} tools. | Daniel Dunbar | 2010-07-29 | 1 | -3/+3 |
* | Add test cases for r98003 and r98006. | Ted Kremenek | 2010-03-08 | 1 | -0/+1 |
* | Remove a few more references to index-test; this was killed in r94210. | Chandler Carruth | 2010-01-26 | 1 | -3/+3 |
* | Remove clang-cc tool, it has joined in unholy union with clang. | Daniel Dunbar | 2009-12-12 | 1 | -3/+3 |
* | CMake: Add support for running tests with valgrind. | Daniel Dunbar | 2009-11-22 | 1 | -0/+5 |
* | Simplify. | Daniel Dunbar | 2009-11-08 | 1 | -5/+2 |
* | Rework site config for cmake to be generated at configure time, and only pass | Daniel Dunbar | 2009-11-07 | 1 | -30/+17 |
* | Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) | Daniel Dunbar | 2009-11-05 | 1 | -0/+3 |
* | Add target_triple to Clang site configuration. | Daniel Dunbar | 2009-11-03 | 1 | -5/+9 |
* | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor | 2009-10-16 | 1 | -3/+3 |
* | Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. | Daniel Dunbar | 2009-09-26 | 1 | -0/+4 |
* | cmake: Run tests with 'verbose' enabled by default, so that the failure is | Daniel Dunbar | 2009-09-24 | 1 | -3/+3 |
* | CMake: Add a clang-c++tests target for running the experimental C++ header | Daniel Dunbar | 2009-09-22 | 1 | -0/+15 |
* | Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. | Daniel Dunbar | 2009-09-20 | 1 | -4/+8 |
* | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor | 2009-09-17 | 1 | -0/+1 |
* | Tweak clang testing. | Daniel Dunbar | 2009-09-17 | 1 | -31/+24 |
* | CMake: Generate LIT site configuration file for Clang tests, which Daniel wil... | Douglas Gregor | 2009-09-16 | 1 | -0/+4 |
* | MultiTestRunner: Simplify, cleanup, and rename! | Daniel Dunbar | 2009-07-31 | 1 | -0/+2 |
* | Prepare CMake regression testing for Daniel's upcoming fix to the test runner | Douglas Gregor | 2009-07-27 | 1 | -4/+4 |
* | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -1/+2 |
* | Fix regression testing in Xcode, again | Douglas Gregor | 2009-06-17 | 1 | -1/+5 |
* | Update Clang to include the InitializeAllTargets and | Douglas Gregor | 2009-06-16 | 1 | -8/+10 |
* | Switch CMake testing over to use Daniels new(er) Python-based infrastructure. | Douglas Gregor | 2009-06-05 | 1 | -34/+46 |
* | Clean up Clang regression testing in CMake, so that we get more | Douglas Gregor | 2009-06-05 | 1 | -18/+26 |
* | First cut at regression testing Clang with CMake | Douglas Gregor | 2009-06-05 | 1 | -0/+33 |