summaryrefslogtreecommitdiffstats
path: root/clang/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv...NAKAMURA Takumi2010-11-111-6/+6
* CMake: Clang test targets depend on the {FileCheck,not,count} tools.Daniel Dunbar2010-07-291-3/+3
* Add test cases for r98003 and r98006.Ted Kremenek2010-03-081-0/+1
* Remove a few more references to index-test; this was killed in r94210.Chandler Carruth2010-01-261-3/+3
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-121-3/+3
* CMake: Add support for running tests with valgrind.Daniel Dunbar2009-11-221-0/+5
* Simplify.Daniel Dunbar2009-11-081-5/+2
* Rework site config for cmake to be generated at configure time, and only passDaniel Dunbar2009-11-071-30/+17
* Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar2009-11-051-0/+3
* Add target_triple to Clang site configuration.Daniel Dunbar2009-11-031-5/+9
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-3/+3
* Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar2009-09-261-0/+4
* cmake: Run tests with 'verbose' enabled by default, so that the failure isDaniel Dunbar2009-09-241-3/+3
* CMake: Add a clang-c++tests target for running the experimental C++ headerDaniel Dunbar2009-09-221-0/+15
* Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar2009-09-201-4/+8
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+1
* Tweak clang testing.Daniel Dunbar2009-09-171-31/+24
* CMake: Generate LIT site configuration file for Clang tests, which Daniel wil...Douglas Gregor2009-09-161-0/+4
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-311-0/+2
* Prepare CMake regression testing for Daniel's upcoming fix to the test runnerDouglas Gregor2009-07-271-4/+4
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-1/+2
* Fix regression testing in Xcode, againDouglas Gregor2009-06-171-1/+5
* Update Clang to include the InitializeAllTargets andDouglas Gregor2009-06-161-8/+10
* Switch CMake testing over to use Daniels new(er) Python-based infrastructure.Douglas Gregor2009-06-051-34/+46
* Clean up Clang regression testing in CMake, so that we get moreDouglas Gregor2009-06-051-18/+26
* First cut at regression testing Clang with CMakeDouglas Gregor2009-06-051-0/+33
OpenPOWER on IntegriCloud