Use generic feature name for sanitizers that replace new and delete
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
// template<class Y> explicit shared_ptr(auto_ptr<Y>&& r);
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// template<class D> shared_ptr(nullptr_t, D d);
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// template<class Y, class D> shared_ptr(Y* p, D d);
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
// template<class Y> explicit shared_ptr(Y* p);
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
// template <class Y, class D> explicit shared_ptr(unique_ptr<Y, D>&&r);
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
Reference in New Issue
Block a user