mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Summary: MSAN and ASAN also replace new/delete which leads to a link error in these tests. Currently they are unsupported but I think it would be useful if these tests could run with sanitizers. This patch creates a support header that consolidates the new/delete replacement functionality and checking. When we are using sanitizers new and delete are no longer replaced and the checks always return true. Reviewers: mclow.lists, danalbert, jroelofs, EricWF Reviewed By: EricWF Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6562 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224741 91177308-0d34-0410-b5e6-96231b3b80d8 |
11 years ago | |
|---|---|---|
| .. | ||
| util.smartptr.getdeleter | 11 years ago | |
| util.smartptr.shared.assign | 11 years ago | |
| util.smartptr.shared.cast | 11 years ago | |
| util.smartptr.shared.cmp | 11 years ago | |
| util.smartptr.shared.const | 11 years ago | |
| util.smartptr.shared.create | 11 years ago | |
| util.smartptr.shared.dest | 11 years ago | |
| util.smartptr.shared.io | 11 years ago | |
| util.smartptr.shared.mod | 11 years ago | |
| util.smartptr.shared.obs | 11 years ago | |
| util.smartptr.shared.spec | 11 years ago | |
| test_deleter.h | 11 years ago | |
| types.pass.cpp | 11 years ago | |