llvm-project/clang/test
Simon Atanasyan a06d06b660 MIPS: Implement __builtin_mips_shll_qb builtin function overloading.
This function has two versions. The first one is used for a register operand.
The second one is used for an immediate number.

llvm-svn: 160308
2012-07-16 18:52:02 +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 Refine CFG so that '&&' and '||' don't lead to extra confluence points when used in a branch, but 2012-07-14 05:04:10 +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 MIPS: Implement __builtin_mips_shll_qb builtin function overloading. 2012-07-16 18:52:02 +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 Apply visibility pragmas to class template declarations. This is needed because 2012-07-13 18:04:45 +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 Add test case for tweaks to clang driver. 2012-07-15 21:18:01 +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 Add correct parenthesis range to CXXConstructExprs inside 2012-07-16 08:05:07 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. 2012-07-13 20:45:35 +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 Without this patch clang warns on 2012-07-15 01:33:40 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Fix rejects-valid: explicit specialization of redeclared deleted function template. 2012-07-16 18:50:45 +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 More for PR11848: a pack expansion type isn't necessarily type-dependent (its 2012-07-16 01:59:26 +00:00
Tooling Fixing an obvious bug in a test. 2012-07-16 13:31:37 +00:00
Unit
CMakeLists.txt The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +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