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
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
..
cstdint/cstdint.syn Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 9 years ago
support.dynamic Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" 8 years ago
support.exception [libc++] Implement exception_ptr on Windows 9 years ago
support.general Move test into test/std subdirectory. 11 years ago
support.initlist Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_list 9 years ago
support.limits [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. 9 years ago
support.rtti Fix type_info's constructor by making it explicit again. 9 years ago
support.runtime Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. 9 years ago
support.start.term Move test into test/std subdirectory. 11 years ago
support.types [test] Add specific test for P0138R2, direct-list-init of fixed enums from integers, part 3/3. 9 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago