Use generic feature name for sanitizers that replace new and delete

llvm-svn: 231841
This commit is contained in:
Eric Fiselier
2015-03-10 20:46:04 +00:00
parent fab5892f8b
commit 4b7533a1dd
36 changed files with 39 additions and 35 deletions

View File

@@ -15,7 +15,7 @@
// template <class F, class ...Args> thread(F&& f, Args&&... args);
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <thread>
#include <new>