Go to file
Naomi Musgrave 18203f763c Failing test highlighting no poisoning when destructor not declared.
Summary:
When destructor for a class is not declared, no destructor
is emitted, and members are not poisoned. Test case exhibits this
current bug in use-after-dtor implementation (detailed in
https://github.com/google/sanitizers/issues/596).

Reviewers: eugenis, kcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D12617

Rename test files.

llvm-svn: 247091
2015-09-08 22:41:50 +00:00
clang Remove unneeded #include. 2015-09-08 22:06:40 +00:00
clang-tools-extra Add a redirection page to unbreak external links. 2015-09-08 12:26:32 +00:00
compiler-rt Failing test highlighting no poisoning when destructor not declared. 2015-09-08 22:41:50 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld [lld][elf2] Fix hard coded entry address. 2015-09-08 22:34:57 +00:00
lldb Reverting r247000 since it's causing TestRegisters.test_fp_special_purpose_register_read to fail on OSX. 2015-09-08 22:41:13 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm Revert r247080, "LowerBitSets: Extend pass to support functions as bitset 2015-09-08 22:33:23 +00:00
openmp Remove duplicate of num_threads assignment. 2015-09-02 20:28:50 +00:00
polly Allow PHI nodes in the region exit block 2015-09-08 21:44:27 +00:00