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.
libcxx/test/std/language.support/support.dynamic/new.delete
Akira Hatanaka c5247b417b Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
This reverts commit r306310.

r306310 causes clang to reject a call to an aligned allocation or
deallocation function if it is not implemented in the standard library
of the deployment target. This is not the desired behavior when users
have defined their own aligned functions.

rdar://problem/32664169

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@306859 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
new.delete.array Fix GCC 7 test failures. 9 years ago
new.delete.dataraces Move test into test/std subdirectory. 11 years ago
new.delete.placement Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" 8 years ago
new.delete.single Fix GCC 7 test failures. 9 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago