hanchenye-llvm-project/clang/test
Richard Trieu aa5e256c20 Change the self-reference visitor (which gives the warning for self-reference oninitalization warning of -Wuninitialized) to exclude member variables that can decay into pointers. This will cause it to no longer warn on this code:
struct foo { char a[100], *e; } bar = { .e = bar.a };

llvm-svn: 139213
2011-09-07 00:58:53 +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 Stop cluttering the test directory with temporary files. 2011-09-05 07:19:32 +00:00
CXX When performing a derived-to-base cast on the right-hand side of the 2011-09-06 16:26:56 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Revise test and see if it passes with a release-built clang. 2011-09-02 21:47:51 +00:00
CodeGenCXX When extracting the callee declaration from a call expression, be sure 2011-09-06 21:41:04 +00:00
CodeGenObjC objc-gc: Adds support for "weak" property attribute under GC. 2011-09-06 23:32:40 +00:00
CodeGenObjCXX Implement the Named Return Value Optimization (NRVO) for blocks. 2011-09-06 20:46:03 +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 Stop cluttering the test directory with temporary files. 2011-09-05 07:19:32 +00:00
FixIt PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: 2011-09-06 03:01:15 +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 Handle a code-completion token being passed to the macro stringify operator. 2011-09-04 03:32:19 +00:00
Lexer Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! 2011-09-06 18:03:41 +00:00
Misc PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class. 2011-09-04 19:54:14 +00:00
Modules Make test slightly trickier 2011-09-01 19:02:18 +00:00
PCH Finish implementing (de-)serialization of the CXXDefinitionData bits 2011-09-06 16:38:46 +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 PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: 2011-09-06 03:01:15 +00:00
SemaCUDA
SemaCXX Change the self-reference visitor (which gives the warning for self-reference oninitalization warning of -Wuninitialized) to exclude member variables that can decay into pointers. This will cause it to no longer warn on this code: 2011-09-07 00:58:53 +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 In Microsoft mode, if we are inside a template class member function and we can't resolve a function call then create a type-dependent CallExpr even if the function has no type dependent arguments. The goal is to postpone name lookup to instantiation time to be able to search into type dependent base classes. 2011-09-07 00:14:57 +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