hanchenye-llvm-project/clang/test
Aaron Ballman 96e7c09cad Turned on support for __declspec(deprecated) in MS compatibility mode.
llvm-svn: 151225
2012-02-23 01:19:31 +00:00
..
ARCMT Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely 2012-02-10 02:45:47 +00:00
ASTMerge
Analysis [analyzer] Invalidate the region passed to pthread_setspecific() call. 2012-02-23 01:05:27 +00:00
CXX Teach overload resolution to prefer user-defined conversion via a 2012-02-22 17:32:19 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to 2012-02-20 07:35:45 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Revert r151172: Unwind path cleanup for array new list initializers. 2012-02-22 21:36:06 +00:00
CodeGenObjC Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. 2012-02-22 05:38:59 +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 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted 2012-02-22 19:15:16 +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] Index the field references of a designated initializer, rdar://10906206 2012-02-22 02:10:41 +00:00
Lexer Advertize support for constexpr. 2012-02-14 22:56:17 +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 Generate an AST for the conversion from a lambda closure type to a 2012-02-22 05:02:47 +00:00
Parser In -fdelayed-template-parsing mode, reenter every scope when late parsing a templated function; (Not just the template parameter scope as previously). Also enter the scope stack in the correct order. 2012-02-22 08:25:53 +00:00
Preprocessor Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. 2012-02-02 00:16:13 +00:00
Rewriter another test for modern ivar access rewrite. 2012-02-22 22:32:05 +00:00
Sema Turned on support for __declspec(deprecated) in MS compatibility mode. 2012-02-23 01:19:31 +00:00
SemaCUDA
SemaCXX Doug's review comments. 2012-02-22 17:38:04 +00:00
SemaObjC Don't crash on attempts to synthesize an invalid property. 2012-02-21 21:48:05 +00:00
SemaObjCXX In Objective-C++, allow the keyword 'class' to be used as a property 2012-02-16 18:19:22 +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
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile
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
make_test_dirs.pl