[libcxx-commits] [libcxx] [libcxxabi] [libc++] Fix noexcept behaviour of operator new helper functions (PR #74337)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 16 06:23:42 PST 2024


================
@@ -0,0 +1,42 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

Let's move these tests under `libcxx/test/std/language.support/support.dynamic/new.delete`. They test the general conformance of `operator new`, so they should be in the libc++ conformance suite instead. Please also look at e.g. `libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single` & friends and see if it would make sense to add these tests to existing files instead, guarded by `#ifndef TEST_HAS_NO_EXCEPTIONS`.

https://github.com/llvm/llvm-project/pull/74337


More information about the libcxx-commits mailing list