llvm-project/clang/test
Fariborz Jahanian dbed9d42fd objective-c: yank any use of "non-fragile abi" phrase
from diagnostics. // rdar://9657485

llvm-svn: 159943
2012-07-09 17:54:36 +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] When inlining, make sure we use the definition decl. 2012-07-09 16:54:49 +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: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments against the upper/lower values. 2012-07-08 09:30:00 +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 PR13290: Constant-evaluation support for CXXConstructExprs which construct a 2012-07-07 22:48:24 +00:00
CodeGenObjC Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
CodeGenObjCXX block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
CodeGenOpenCL Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +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 objective-c: yank any use of "non-fragile abi" phrase 2012-07-09 17:54:36 +00:00
FixIt Downgrade the "direct comparison" error for ObjC literals to a warning. 2012-07-09 16:54:44 +00:00
Frontend Remove absolute path form include test. 2012-06-14 19:55:56 +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 Fix the location of the fixit for -Wnewline-eof. 2012-06-19 03:09:38 +00:00
Misc Enhance 'diagtool list-warnings' to report number of diagnostics covered directly under -Wpedantic, and enhance warning-flags.c test to test that this set does not grow. 2012-07-07 06:30:31 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH [PCH] Make sure that all newly introduced visible decls in a DeclContext 2012-07-02 19:19:01 +00:00
Parser Better parser recovery in Objective-C containers. 2012-07-09 16:54:53 +00:00
Preprocessor Wire up -mrdrnd for X86. 2012-07-07 09:39:18 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. 2012-07-03 02:03:06 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by a 2012-07-07 23:00:31 +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 clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incompatible to -fms-compatibility. 2012-05-23 22:24:33 +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 test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in
make_test_dirs.pl