aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2009-11-22CMake: Add support for running tests with valgrind.Daniel Dunbar1-0/+5
2009-11-08Simplify.Daniel Dunbar1-5/+2
2009-11-07Rework site config for cmake to be generated at configure time, and only passDaniel Dunbar1-30/+17
2009-11-05Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar1-0/+3
2009-11-03Add target_triple to Clang site configuration.Daniel Dunbar1-5/+9
2009-10-16Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor1-3/+3
2009-09-26Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar1-0/+4
2009-09-24cmake: Run tests with 'verbose' enabled by default, so that the failure isDaniel Dunbar1-3/+3
2009-09-22CMake: Add a clang-c++tests target for running the experimental C++ headerDaniel Dunbar1-0/+15
2009-09-20Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar1-4/+8
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor1-0/+1
2009-09-17Tweak clang testing.Daniel Dunbar1-31/+24
2009-09-16CMake: Generate LIT site configuration file for Clang tests, which Daniel wil...Douglas Gregor1-0/+4
2009-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar1-0/+2
2009-07-27Prepare CMake regression testing for Daniel's upcoming fix to the test runnerDouglas Gregor1-4/+4
2009-07-02Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor1-1/+2
2009-06-17Fix regression testing in Xcode, againDouglas Gregor1-1/+5
2009-06-16Update Clang to include the InitializeAllTargets andDouglas Gregor1-8/+10
2009-06-05Switch CMake testing over to use Daniels new(er) Python-based infrastructure.Douglas Gregor1-34/+46
2009-06-05Clean up Clang regression testing in CMake, so that we get moreDouglas Gregor1-18/+26
2009-06-05First cut at regression testing Clang with CMakeDouglas Gregor1-0/+33