llvm-project/libcxx/test/std/language.support/support.dynamic
Akira Hatanaka 539cb66bea 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

llvm-svn: 306859
2017-06-30 18:50:23 +00:00
..
alloc.errors Cleanup non-standard tests as reported by STL@microsoft.com. NFC. 2016-06-01 21:05:53 +00:00
new.delete Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" 2017-06-30 18:50:23 +00:00
align_val_t.pass.cpp Implement P0035R4 -- Add C++17 aligned allocation functions 2016-10-14 06:46:30 +00:00