llvm-project/libcxx/test
Louis Dionne b3d1d1f4ff [libc++] Remove unnecessary static assertion in allocate_shared
Checking that `T` is constructible from `Args...` is technically not
required by the Standard, although any implementation will obviously
error out if that's not satisfied. However, this check is incompatible
with using Allocator construction in the control block (upcoming change
as part of implementing P0674), so I'm removing it now to reduce the
upcoming diff as much as possible.

Differential Revision: https://reviews.llvm.org/D93246
2020-12-14 17:47:43 -05:00
..
configs [libc++] Move the GDB pretty printer tests to the DSL 2020-11-16 16:16:39 -05:00
libcxx generate_header_tests.py: Sort the header files ASCIIbetically. 2020-12-14 09:56:07 -05:00
std [libc++] Remove unnecessary static assertion in allocate_shared 2020-12-14 17:47:43 -05:00
support [libc++] s/insertible/insertable/g. NFCI. 2020-12-14 09:54:58 -05:00
CMakeLists.txt [libc++] Move the GDB pretty printer tests to the DSL 2020-11-16 16:16:39 -05:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00