aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Re-add clang-format tests to clang/test.Daniel Jasper1-1/+1
2013-03-13Add llvm-symbolizer as test dependency.Evgeniy Stepanov1-1/+1
2013-02-08CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose1-19/+25
2013-01-27[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi1-2/+1
2013-01-22clang/test: [CMake] check-clang doesn't require llvm-dis any more.NAKAMURA Takumi1-1/+1
2012-07-26Removed standalone clang-ast-dump tool.Alexander Kornienko1-2/+2
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko1-2/+2
2012-07-02Extend a workaround for a CMake bug in LLVM's r159593 to apply toChandler Carruth1-1/+2
2012-07-02We support a mode where the Clang regression tests are run but not theChandler Carruth1-3/+8
2012-07-02Switch from using a lit.cfg-generator variable to the real variable inChandler Carruth1-1/+1
2012-06-30Switch Clang to use the new common LLVM CMake infrastructure for addingChandler Carruth1-56/+63
2012-06-29Switch Clang's CMake lit.site.cfg generation over to use the commonChandler Carruth1-14/+5
2012-06-27Remove a completely unused and remarkably inaccurate list of testChandler Carruth1-28/+0
2012-06-27Update the Clang CMake build to reflect the name change in LLVM r159258.Chandler Carruth1-1/+1
2012-04-04Add the dependency on clang-check to clang-test, so clang-checkManuel Klimek1-0/+1
2012-01-30CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi1-2/+0
2011-10-06CUDA: set proper calling conventions for PTXPeter Collingbourne1-0/+1
2011-08-16CMake: "clang-test" may not depend on check.deps.NAKAMURA Takumi1-1/+2
2011-08-11Add diagtool-based test where we enforce that no additional warnings can be a...Ted Kremenek1-1/+1
2011-07-20test/CMakeLists.txt: Re-indent.NAKAMURA Takumi1-4/+4
2011-07-15Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabledDouglas Gregor1-2/+2
2011-07-10test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together.NAKAMURA Takumi1-2/+1
2011-07-10test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check...NAKAMURA Takumi1-2/+2
2011-07-09test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps.NAKAMURA Takumi1-1/+1
2011-06-23cmake+lit: final cleanup related to the recent churnAndrew Trick1-6/+1
2011-06-22Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick1-1/+6
2011-06-16Add another dependency to the clang-test CMake target, this time to support lit.Chandler Carruth1-0/+1
2011-06-16Add the new arcmt-test tool to the clang-test dependencies withChandler Carruth1-1/+1
2011-05-20Remove the clang-test-XXX targets from the CMake builds; they really aren't u...Douglas Gregor1-24/+0
2011-02-25Nth time's a charm?Douglas Gregor1-3/+2
2011-02-25CMake target check.deps only exists when LLVM_INCLUDE_TESTSDouglas Gregor1-1/+4
2011-02-23CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio.NAKAMURA Takumi1-0/+4
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-1/+5
2011-02-18More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar1-1/+1
2011-02-18Unbreak CMake build on MSVC9, chapuni please check.Daniel Dunbar1-1/+1
2011-02-16test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build.NAKAMURA Takumi1-3/+7
2011-02-15OpenCL: semantic analysis support for cl_khr_fp64 extensionPeter Collingbourne1-0/+1
2011-02-15Add CMake support to the clang unittests.Jeffrey Yasskin1-6/+11
2011-02-14OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne1-0/+1
2011-02-05Support running tests from the VS IDE and XCode.Oscar Fuentes1-2/+4
2011-02-05Support `make clang-test' when Clang is compiled outside of LLVM.Oscar Fuentes1-5/+11
2011-02-03CMake: Fix test. CMake has not built unittests yet.NAKAMURA Takumi1-0/+10
2010-12-10Add dependency to "make clang-test check-all".NAKAMURA Takumi1-1/+11
2010-12-01Basic, Sema: add support for CUDA location attributesPeter Collingbourne1-0/+1
2010-11-29test/CMakeLists.txt: Implement the target "check-all". For now, it has no dep...NAKAMURA Takumi1-0/+10
2010-11-11test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv...NAKAMURA Takumi1-6/+6
2010-07-29CMake: Clang test targets depend on the {FileCheck,not,count} tools.Daniel Dunbar1-3/+3
2010-03-08Add test cases for r98003 and r98006.Ted Kremenek1-0/+1
2010-01-26Remove a few more references to index-test; this was killed in r94210.Chandler Carruth1-3/+3
2009-12-12Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar1-3/+3