[libcxx-commits] [libcxx] [libc++][C++03] Split libc++-specific tests for the frozen headers (PR #144093)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 23 08:17:09 PDT 2025


================
@@ -0,0 +1,255 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// Test libc++'s implementation of align_val_t, and the relevant new/delete
+// overloads in all dialects when -faligned-allocation is present.
----------------
ldionne wrote:

This comment is wrong, but the test is otherwise fine as an implementation detail.

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


More information about the libcxx-commits mailing list