llvm-project/clang/test
Sebastian Redl aa6feaa7ea Implement a FIXME for conversion sequence distinction. Should fix PR12092.
llvm-svn: 151577
2012-02-27 22:38:26 +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 [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. 2012-02-27 21:33:16 +00:00
CXX Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assignment of init lists to built-in types and resolves PR12088. 2012-02-27 20:34:02 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add missing code for compound literals of complex type. <rdar://problem/10938628> 2012-02-27 20:26:13 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Make this test a bit more robust for debug info changes. 2012-02-27 08:22:57 +00:00
CodeGenObjC Test is fixed. 2012-02-23 20:43:56 +00:00
CodeGenObjCXX No need to go to object file, -emit-llvm is sufficient to see if clang 2012-02-21 22:25:20 +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 Okay, makes sense to change all the occurences to match clang.EXE. 2012-02-26 14:55:10 +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 Don't record nested macro expansions in the preprocessing record, 2012-02-25 02:41:16 +00:00
Lexer Initializer lists are now supported. 2012-02-25 20:51:27 +00:00
Misc Support GCC's bug^Wextension allowing class array members to be initalized by a 2012-02-15 22:38:09 +00:00
Modules Use -isystem rather than relying on -isysroot to work consistently 2012-02-02 19:35:15 +00:00
PCH Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and 2012-02-25 07:33:38 +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 test for writing modern ivar of struct type. 2012-02-24 18:17:50 +00:00
Sema Revert r151460 as it is not enough to address the issue. 2012-02-25 23:21:37 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Implement a FIXME for conversion sequence distinction. Should fix PR12092. 2012-02-27 22:38:26 +00:00
SemaObjC Improve the diagnostic in ARC mode when a conditional with an Objective-C type and void* is used. <rdar://problem/10486347>. 2012-02-25 00:23:44 +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 Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, so -fms-extensions doesn't affect enum semantics in incompatible ways. <rdar://problem/10657186>. 2012-02-16 05:20:44 +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: 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