llvm-project/clang/test
John McCall 82fb892019 When performing a ::delete of an object with a virtual destructor,
be sure to delete the complete object pointer, not the original
pointer.  This is necessary if the base being deleted is at a
non-zero offset in the complete object.  This is only required
for objects with virtual destructors because deleting an object
via a base-class subobject when the base does not have a virtual
destructor is undefined behavior.

Noticed while reviewing the last four years of cxx-abi-dev
activity.

llvm-svn: 164597
2012-09-25 10:10:39 +00:00
..
ARCMT objective-C arc: remove -Warc-abi in its entirety. 2012-09-14 17:48:35 +00:00
ASTMerge Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Analysis [analyzer] Really turn on dynamic-bifurcation on by default. 2012-09-24 17:43:47 +00:00
CXX PR13890: Warn on abstract final classes. 2012-09-21 03:21:07 +00:00
CodeCompletion Make the spacing of the code completion result for NSDictionary 2012-08-17 05:40:05 +00:00
CodeGen This patch introduces A15 as a target in Clang. 2012-09-13 15:06:00 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX When performing a ::delete of an object with a virtual destructor, 2012-09-25 10:10:39 +00:00
CodeGenObjC During jump-scope checking, build an ExprWithCleanups immediately 2012-09-25 06:56:03 +00:00
CodeGenObjCXX Remove invalid double colon in test case was previously ignored by FileCheck. 2012-09-18 20:59:03 +00:00
CodeGenOpenCL Remove names from the CHECK lines. 2012-08-16 00:22:16 +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 Use an explicit target to test that source fortification is off when building for Darwin with -faddress-sanitizer. 2012-09-24 10:25:24 +00:00
FixIt objective-C: remove use of 'ivar' in favor of 2012-09-24 22:00:36 +00:00
Frontend don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. 2012-08-31 22:39:21 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index [PCH] After deserializing a DeclContext, if it has external lexical decls but not 2012-09-21 01:30:00 +00:00
Lexer Change the wording of the extension warning from 2012-09-24 18:19:21 +00:00
Misc PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. 2012-09-20 01:02:05 +00:00
Modules When disambiguating an expression-statement from a declaraton-statement, if the 2012-08-23 20:19:14 +00:00
PCH Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. 2012-09-20 23:43:29 +00:00
Parser If a comma operator is followed by a token which unambiguously indicates the 2012-09-18 00:52:05 +00:00
Preprocessor The keywords "true" and "false" shouldn't warn under -Wundef. 2012-09-20 02:38:38 +00:00
Rewriter StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. 2012-09-20 14:07:17 +00:00
Sema Replace an assertion with an error for empty __asm statements. 2012-09-24 19:57:59 +00:00
SemaCUDA
SemaCXX Add the Microsoft __is_interface_class type trait. 2012-09-25 07:32:49 +00:00
SemaObjC objective-C: use 'instance variables' as plural when referring 2012-09-24 22:51:51 +00:00
SemaObjCXX objective-C: remove use of 'ivar' in favor of 2012-09-24 22:00:36 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Don't produce diagnostics for missing ctor-initializers during template 2012-09-25 00:23:05 +00:00
Tooling Fixed crash and added a test and a minor output problem 2012-08-17 17:38:39 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Disable source fortification on Darwin with AddressSanitizer. 2012-09-20 10:10:01 +00:00
lit.site.cfg.in
make_test_dirs.pl