hanchenye-llvm-project/clang/test
Eli Friedman e4f22dfa95 A couple minor bug-fixes for template instantiation for expressions which are sometimes potentially evaluated.
llvm-svn: 151707
2012-02-29 04:03:55 +00:00
..
ARCMT [arcmt] GC migrator: don't try to remove redundant __strong, it does 2012-02-25 01:57:42 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis clang/test/Analysis/stats.c: Fix up r151656. 2012-02-29 02:04:39 +00:00
CXX Make the odr-use logic work correctly for constant-expressions. PR12006. 2012-02-29 03:16:56 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h 2012-02-28 23:39:14 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Add support for handling captured variables in lambda debug info. 2012-02-29 03:25:30 +00:00
CodeGenObjC Test is fixed. 2012-02-23 20:43:56 +00:00
CodeGenObjCXX Basic coverage test for conversion-to-block-pointer for lambda expressions. 2012-02-28 03:32:48 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 2012-02-29 03:43:52 +00:00
FixIt Tests for the fixits which Doug added in r150727. 2012-02-17 01:39:04 +00:00
Frontend Remove the unuseful -fdiagnostics-show-name 2012-02-15 19:45:34 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index [libclang] Add a test I forgot to commit. 2012-02-28 23:39:24 +00:00
Lexer Initializer lists are now supported. 2012-02-25 20:51:27 +00:00
Misc Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h 2012-02-28 23:39:14 +00:00
Modules Use -isystem rather than relying on -isysroot to work consistently 2012-02-02 19:35:15 +00:00
PCH [PCH] Include a darwin-only PCH test on Cocoa.h. 2012-02-28 23:39:20 +00:00
Parser Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed 2012-02-27 05:24:00 +00:00
Preprocessor Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and 2012-02-25 10:41:10 +00:00
Rewriter Modern objective-c translator. rewriting ivars of aggregate type. 2012-02-28 22:45:07 +00:00
Sema clang/test/Analysis/stats.c: Mark this as XFAIL: mingw32. 2012-02-29 01:50:38 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Make sure list-initialization of arrays works correctly in explicit type conversions. PR12121. 2012-02-29 00:00:28 +00:00
SemaObjC After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035. 2012-02-27 22:55:11 +00:00
SemaObjCXX objective-c++: Type of an objc string literal is NSString, not 'id'. 2012-02-23 22:51:36 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate A couple minor bug-fixes for template instantiation for expressions which are sometimes potentially evaluated. 2012-02-29 04:03:55 +00:00
Unit
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Have the driver pass CPU and target feature information to cc1as. 2012-02-10 20:37:10 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl