hanchenye-llvm-project/clang/test
Dmitri Gribenko 5ac744e006 Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249.
llvm-svn: 167358
2012-11-03 16:07:49 +00:00
..
ARCMT Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. 2012-10-19 12:49:32 +00:00
ASTMerge Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Analysis [analyzer] Run remove dead on end of path. 2012-11-03 02:54:20 +00:00
CXX When capturing 'this' in a lambda, make sure to update the set of 2012-10-25 18:39:16 +00:00
CodeCompletion
CodeGen Fix debug tag type of forward declarations of struct/class in C++. 2012-11-02 20:49:01 +00:00
CodeGenCUDA
CodeGenCXX Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). 2012-11-02 23:40:00 +00:00
CodeGenObjC Simplify these tests again, now that we're past the version skew. 2012-11-03 00:27:14 +00:00
CodeGenObjCXX objective-C IRGen: for @implementation nested in 2012-10-26 20:22:11 +00:00
CodeGenOpenCL
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Improve x86 android support: 2012-11-02 20:41:30 +00:00
FixIt DR1473: Do not require a space between operator"" and the ud-suffix in a 2012-10-20 08:41:10 +00:00
Frontend A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
Headers [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. 2012-10-31 20:20:04 +00:00
Index [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for 2012-11-01 02:01:34 +00:00
Lexer Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Misc Add a proper algorithm to compute accurate source ranges for diagnostics with 2012-11-03 03:36:51 +00:00
Modules Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). 2012-10-25 13:56:30 +00:00
PCH [PCH] Remove the stat cache from the PCH file. 2012-10-31 20:59:50 +00:00
Parser Fix test cases I broken when fixing grammar in diagnostic message. 2012-11-02 21:41:42 +00:00
Preprocessor Reverted back the changes made in 166868 and in 166869 2012-10-27 10:44:42 +00:00
Rewriter
Sema Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. 2012-11-03 16:07:49 +00:00
SemaCUDA
SemaCXX Thread safety analysis: Fixed ICE caused by double delete when late parsed 2012-11-02 21:44:32 +00:00
SemaObjC Update test case. 2012-11-02 17:50:53 +00:00
SemaObjCXX Add a simple test involving decltype on Objective-C properties and ivars 2012-10-24 14:13:21 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope 2012-10-23 19:56:01 +00:00
Tooling Fix for -ast-dump-filter 2012-10-31 18:46:31 +00:00
Unit
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg [lit] For the "case-insensitive-filesystem" make sure to create the test temporary file 2012-11-01 00:59:15 +00:00
lit.site.cfg.in
make_test_dirs.pl