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