llvm-project/libcxx/test/std/containers/sequences
Joerg Sonnenberger 98f77828a9 Avoid using std::max_align_t in pre-C++11 mode
Always depend on the compiler to have a correct implementation of
max_align_t in stddef.h and don't provide a fallback. For pre-C++11,
require __STDCPP_NEW_ALIGNMENT__ in <new> as provided by clang in all
standard modes. Adjust test cases to avoid testing or using max_align_t
in pre-C++11 mode and also to better deal with alignof(max_align_t)>16.
Document requirements of the alignment tests around natural alignment of
power-of-two-sized types.

Differential revision: https://reviews.llvm.org/D73245
2020-04-04 01:38:41 +02:00
..
array Avoid using std::max_align_t in pre-C++11 mode 2020-04-04 01:38:41 +02:00
deque [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
forwardlist [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
list [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
vector [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
vector.bool [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00