llvm-project/libcxx/test/std
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
..
algorithms [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
atomics [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
containers Fix bug 33389 - __is_transparent check requires too much 2017-06-13 14:34:58 +00:00
depr Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
diagnostics Accept Windows specific output in system error tests 2017-05-07 21:21:07 +00:00
experimental any: Add availability for experimental::bad_any_cast 2017-06-18 14:52:26 +00:00
input.output Move tests for libc++ configurations into libcxx/ test subdirectory 2017-05-12 01:49:32 +00:00
iterators [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
language.support Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" 2017-06-30 18:50:23 +00:00
localization [libcxx] [test] Update locale names for Windows. 2017-06-08 18:22:03 +00:00
numerics Implement inclusive_scan/transform_inclusive_scan for C++17. 2017-06-23 05:12:42 +00:00
re Guard usage of libc++ regex internals inside test. 2017-05-12 01:19:01 +00:00
strings Add asserts that the nullptr is maintained in string erase operations. 2017-05-25 19:01:14 +00:00
thread Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER 2017-06-07 20:47:42 +00:00
utilities Added failing tests for index out of range for tuple_element<pair<T1,T2>> and variant_alternative<> 2017-06-28 18:18:30 +00:00
nothing_to_do.pass.cpp