llvm-project/clang/test
Argyrios Kyrtzidis 48d7798de1 [arcmt] Clear out temporary dirs in the tests or we may get failures because of leftovers.
llvm-svn: 138971
2011-09-01 21:53:39 +00:00
..
ARCMT [arcmt] Clear out temporary dirs in the tests or we may get failures because of leftovers. 2011-09-01 21:53:39 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis If size was equal to 0, either NULL or a pointer suitable to be passed to 2011-09-01 04:53:59 +00:00
CXX When defining the implicit move assignment operator, don't perform 2011-09-01 02:09:07 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Track whether an AggValueSlot is potentially aliased, and do not 2011-08-25 23:04:34 +00:00
CodeGenCXX Don't try to emit unsupported templated friend declarations. They're unsupported 2011-09-01 21:49:51 +00:00
CodeGenObjC Remove XFAIL/XTARGET since this is passing on the other bots. 2011-08-20 01:08:46 +00:00
CodeGenObjCXX Slight optimization enabled by the previous assert: 2011-08-26 21:08:13 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Don't verify the name of the driver executable. It's not really relevent 2011-08-31 18:39:20 +00:00
FixIt Improve overloaded function handling in the typo correction code. 2011-08-03 20:36:05 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. 2011-07-22 10:49:54 +00:00
Index Enable -fdelayed-template-parsing by default on Win32. 2011-09-01 16:38:08 +00:00
Lexer Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be 2011-08-25 20:39:19 +00:00
Misc Switch the "no module found" default-fatal warning to a default-fatal error. 2011-08-31 21:52:21 +00:00
Modules Make test slightly trickier 2011-09-01 19:02:18 +00:00
PCH Support importing of ObjC categories from modules. 2011-09-01 00:58:55 +00:00
Parser Allow C99 hexfloats in C++0x mode. This change resolves the standards 2011-08-30 22:40:35 +00:00
Preprocessor Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) 2011-08-30 23:07:51 +00:00
Rewriter Fix a rewriter bug caused by recent changes in objc's 2011-08-29 22:21:46 +00:00
Sema Improve the diagnostic text for -Wmissing-noreturn to include the name 2011-08-31 09:01:53 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Extend the self-reference warning to catch when a constructor references itself upon initialization, such as using itself within its own copy constructor. 2011-09-01 21:44:13 +00:00
SemaObjC Test for default property synthesis. 2011-08-31 23:32:48 +00:00
SemaObjCXX Don't assert when diagnosing a missing cast of an unknown-anytype 2011-08-31 20:57:36 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate Don't assert on taking the address of a non-type template parameter. Fixes PR10766. 2011-08-26 20:28:17 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg FreeBSD (apparently) does not support crash-recovery tests. 2011-08-26 22:46:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl