hanchenye-llvm-project/clang/test
Daniel Dunbar ecac0a408c Tweak clang testing.
- Move CMake to using the new test runner.

 - Switch Makefiles to use the lit.site.cfg.in template.

 - Remove explicit --path arguments, instead this gets written into the site
   configuration. This means running lit from the command line should use the
   exact same configuration as is used in 'make test', assuming it can find the
   site configuration file. You still need to run 'make test' (or the cmake
   build target equivalent) at least once.

llvm-svn: 82160
2009-09-17 19:55:53 +00:00
..
Analysis Have divide-by-zero checker not handled undefined denominators. This is handled by the generic checking for undefined operands for BinaryOperators. 2009-09-16 06:04:26 +00:00
CXX When creating function types, remove any top-level CVR qualifications in the function type argument types. 2009-09-16 23:47:08 +00:00
CodeGen Add ARM register names and aliases. 2009-09-17 07:03:19 +00:00
CodeGenCXX Ignore extern "C++" { } when mangling. 2009-09-17 16:12:20 +00:00
CodeGenObjC Force triple for tests using __strong. 2009-09-17 07:21:40 +00:00
Coverage Add test for finding bfin backend. 2009-08-18 07:07:14 +00:00
Driver Force triple. 2009-09-14 20:21:18 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
Frontend Initial support for code generation from .ast files. 2009-09-17 00:48:13 +00:00
Index Improve handling of initialization by constructor, by ensuring that 2009-09-09 23:08:42 +00:00
Lexer Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Misc PR4715 2009-08-14 04:07:15 +00:00
PCH Use %S, not `pwd`, and enable a line that *does* work. 2009-08-01 05:57:38 +00:00
Parser Add RUN line. 2009-09-12 23:06:30 +00:00
Preprocessor Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Rewriter Prep for new warning. 2009-07-22 00:43:08 +00:00
Sema clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. 2009-09-17 00:47:27 +00:00
SemaCXX Fix two crashes on value dependent expressions (shift and null-pointer check). 2009-09-17 06:31:27 +00:00
SemaObjC clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. 2009-09-17 00:47:27 +00:00
SemaObjCXX this test crashes, disable it harder. 2009-07-28 18:22:50 +00:00
SemaTemplate Merge uninstantiated default arguments more carefully, and try not to 2009-09-17 19:51:30 +00:00
CMakeLists.txt Tweak clang testing. 2009-09-17 19:55:53 +00:00
Makefile Tweak clang testing. 2009-09-17 19:55:53 +00:00
TestRunner.sh Don't substitute prcontext. 2009-09-10 04:57:10 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Tweak clang testing. 2009-09-17 19:55:53 +00:00
lit.site.cfg.in Tweak clang testing. 2009-09-17 19:55:53 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00