llvm-project/clang/test
Jordan Rose 111aa9a28b [analyzer] Don't accidentally strip off base object regions for lazy bindings.
If a base object is at a 0 offset, RegionStoreManager may find a lazy
binding for the entire object, then try to attach a FieldRegion or
grandparent CXXBaseObjectRegion on top of that (skipping the intermediate
region). We now preserve as many layers of base object regions necessary
to make the types match.

<rdar://problem/13239840>

llvm-svn: 175556
2013-02-19 20:28:33 +00:00
..
ARCMT [arcmt] Make sure the function has an associated parameter for the argument 2013-02-14 17:29:16 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] Don't accidentally strip off base object regions for lazy bindings. 2013-02-19 20:28:33 +00:00
CXX Add a test for r174980, that we used to accept 2013-02-12 20:43:41 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Fix for ARM: functions don't have extra attributes there, so {{.*}} is "" 2013-02-17 03:06:16 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Add the missing 'static' keyword to the test 2013-02-19 10:50:44 +00:00
CodeGenObjC Use the actual class visibility for the ObjC EHTYPE global, 2013-02-19 01:57:29 +00:00
CodeGenObjCXX Add the 'target-cpu' and 'target-features' attributes to functions. 2013-02-15 21:30:01 +00:00
CodeGenOpenCL Use the target address space value when mangling names. 2013-02-08 01:07:32 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Add support for -fvisibility-ms-compat. 2013-02-19 01:57:35 +00:00
FixIt objc: Provide correct fixit instruction when two mismatched 2013-02-01 20:04:49 +00:00
Frontend [driver] Warnings for warning options are handled by the frontend. The driver needs to process the 2013-01-15 01:21:53 +00:00
Headers Reinstate r173952, this time limiting it to exactly the form 2013-01-30 23:10:17 +00:00
Index libclang: add clang_getTypeSpelling(CXType CT) 2013-02-15 21:15:49 +00:00
Lexer Lexer: Don't warn about Unicode in preprocessor directives. 2013-01-31 19:48:48 +00:00
Misc StmtPrinter: Write large char values using \u or \U. 2013-02-08 22:30:27 +00:00
Modules Ensure that the identifier chains have the most recent declaration after module deserialization. 2013-02-18 15:53:43 +00:00
OpenMP Add initial rough support for synthesizing linker options when passed 2013-01-17 13:19:29 +00:00
PCH [PCH] Deserializing the DeclContext of a template parameter is not safe 2013-02-16 00:48:59 +00:00
Parser PR15132: Replace "address expression must be an lvalue or a function 2013-02-02 02:14:45 +00:00
Preprocessor FileCheck'ize tests 2013-02-09 16:41:47 +00:00
Rewriter objective-C modern translator: Fixes a mistranslation 2013-02-11 19:30:33 +00:00
Sema AArch64: add atomic support parameters to TargetInfo 2013-02-18 12:11:32 +00:00
SemaCUDA
SemaCXX Don't warn on conversion from NULL to nullptr_t 2013-02-16 00:56:22 +00:00
SemaObjC Test for my last patch. // rdar://13178483 2013-02-18 19:02:44 +00:00
SemaObjCXX One can override an Objective-C ARC ownership qualifier that came from 2013-01-17 23:59:28 +00:00
SemaOpenCL Diagnose loads of 'half' l-values in OpenCL. 2013-02-12 01:29:43 +00:00
SemaTemplate PR15132: Replace "address expression must be an lvalue or a function 2013-02-02 02:14:45 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
Unit
CMakeLists.txt CMake: Include Clang unit tests in check-clang target in standalone builds. 2013-02-08 07:28:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". 2013-01-16 06:10:16 +00:00
lit.site.cfg.in
make_test_dirs.pl