llvm-project/clang/test
Douglas Gregor 64d9257e38 When performing layout for an Objective-C class, make sure to dig out
the definition of that class. Fixes PR11613 / <rdar://problem/10604077>.

llvm-svn: 146976
2011-12-20 15:50:13 +00:00
..
ARCMT Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis test/Analysis: fix error message 2011-12-18 18:07:42 +00:00
CXX Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. 2011-12-20 02:08:33 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unneeded builtins for SSE pcmp. Change SSE pcmpeqq and pcmpgtq to not use builtins and just use vector == and >. 2011-12-20 09:55:26 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Revert r146766, and add a testcase for which it introduced a wrong-code bug. 2011-12-20 04:00:21 +00:00
CodeGenObjC When performing layout for an Objective-C class, make sure to dig out 2011-12-20 15:50:13 +00:00
CodeGenObjCXX Make sure that we infer __strong, etc. when we instantiate variables 2011-12-10 01:22:52 +00:00
CodeGenOpenCL Annotate imprecise FP division with fpaccuracy metadata 2011-10-27 19:19:51 +00:00
Coverage Remove the Blackfin backend. 2011-10-25 00:06:12 +00:00
Driver Teach the link-step test to verify that we don't pass bad --hash-style 2011-12-17 21:57:25 +00:00
FixIt Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
Frontend test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). 2011-11-17 07:21:33 +00:00
Headers Headers: wmmintrin.h only needs xmmintrin.h. 2011-12-06 16:17:54 +00:00
Index Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
Lexer Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
Misc Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics 2011-12-17 05:26:11 +00:00
Modules Detect when mapping a #include/#import over to a submodule ends up 2011-12-20 00:28:52 +00:00
PCH objc-arc: bridge casts in non-arc mode are now 2011-12-19 22:52:53 +00:00
Parser In Parser::SkipUntil do not stop at '@' unconditionally. 2011-12-17 04:13:22 +00:00
Preprocessor Don't allow #include (and its friends #import, #include_next and 2011-12-16 22:50:01 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Remove some extraneous carriage returns from these files. One of the 2011-12-20 01:45:15 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. 2011-12-20 02:08:33 +00:00
SemaObjC Refine error diagnostic for using bridged casts when not using ARC. 2011-12-20 01:03:40 +00:00
SemaObjCXX "Accidentally" fixed a bug with overloading of functions with 2011-12-15 17:20:18 +00:00
SemaOpenCL TypePrinter: print OpenCL address space names. Patch by Richard 2011-11-08 02:52:58 +00:00
SemaTemplate Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +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 CUDA: set proper calling conventions for PTX 2011-10-06 16:49:54 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. 2011-11-28 05:09:42 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl