llvm-project/clang/test
NAKAMURA Takumi ff4cd7792a test/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H before including <*mmintrin.h> .
Rawr!

llvm-svn: 160125
2012-07-12 10:36:27 +00:00
..
ARCMT [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors 2012-07-06 00:07:09 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Don't inline virtual calls unless we can devirtualize properly. 2012-07-12 00:16:25 +00:00
CXX PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". 2012-07-08 04:13:07 +00:00
CodeCompletion Add a new libclang completion API to get brief documentation comment that is 2012-07-02 17:35:10 +00:00
CodeGen test/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H before including <*mmintrin.h> . 2012-07-12 10:36:27 +00:00
CodeGenCUDA Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGenCXX [Windows] Use thiscall as the default calling convention for class methods. PR12785 2012-07-12 09:50:54 +00:00
CodeGenObjC Add the ObjFW runtime. Patch by Jonathan Schleifer! 2012-07-12 02:07:58 +00:00
CodeGenObjCXX Don't try to do RVO on block variables that refer to an enclosing local. 2012-07-11 22:50:15 +00:00
CodeGenOpenCL Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 2012-07-11 23:02:10 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver Tests: check for target availability for target-specific tests. 2012-07-09 18:34:21 +00:00
FixIt Be lax about trailing whitespace when checking fixit formatting, this depends on locale settings. 2012-07-12 08:34:31 +00:00
Frontend Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index Restrict the set of declaration kinds for which we allow trailing comments. 2012-07-06 23:27:33 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. 2012-07-11 11:44:00 +00:00
Modules Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
PCH Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Parser Better parser recovery in Objective-C containers. 2012-07-09 16:54:53 +00:00
Preprocessor Start testing some commented-out cases of badly-formed __has_include. 2012-07-11 20:12:19 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Enable comment parsing and semantic analysis to emit diagnostics. A few 2012-07-11 21:38:39 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Ignore visibility attributes after definitions. This matches newer (4.7) gcc's 2012-07-12 04:32:30 +00:00
SemaObjC objective-c: yank any use of "non-fragile abi" phrase 2012-07-09 17:54:36 +00:00
SemaObjCXX objective-c++11: extend c++11 range-based loop to iterate 2012-07-06 19:04:04 +00:00
SemaOpenCL Extend the support for cl-std to include 1.2. 2012-06-19 23:09:52 +00:00
SemaTemplate PR13136: 2012-07-09 03:07:20 +00:00
Tooling Adds support for auto-detection of compilation databases, looking in a directory and all its parents. 2012-07-10 16:56:35 +00:00
Unit
CMakeLists.txt Extend a workaround for a CMake bug in LLVM's r159593 to apply to 2012-07-02 21:46:03 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. 2012-07-11 11:44:00 +00:00
lit.site.cfg.in
make_test_dirs.pl