llvm-project/libcxx/test/std
Nikolas Klauser b7c0a4065e [libc++] Add FTM for constexpr vector
It looks like we forgot to set the FTM when adding constexpr vector support.

Reviewed By: ldionne, #libc

Spies: libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D137729
2022-11-09 22:45:20 +01:00
..
algorithms [libc++] Granularize <concept> includes 2022-11-05 20:59:29 +01:00
atomics [libc++] Always query the compiler to find whether a type is always lockfree 2022-09-19 11:10:02 -04:00
concepts [libc++] Remove unused __functional includes 2022-05-28 10:12:39 +02:00
containers [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02:00
depr [libc++][Android] XFAIL aligned_alloc and timespec_get tests 2022-11-02 14:53:51 -07:00
diagnostics [libc++] Fix ADL for `make_error_{code,condition}` 2022-09-30 17:23:45 -04:00
experimental [libc++][PMR] Deprecate the implementation in std::experimental 2022-11-01 00:37:08 +01:00
input.output [libc++] Remove std::function in C++03 2022-10-19 11:08:35 +02:00
iterators [libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides 2022-10-03 14:05:08 -04:00
language.support [libc++] Add FTM for constexpr vector 2022-11-09 22:45:20 +01:00
library/description/conventions [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00
localization [libc++] Remove unique usage of the en_US locale in a test 2022-09-30 14:59:55 -04:00
namespace [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
numerics [libc++][random] Removes transitive includes. 2022-09-11 17:39:27 +02:00
ranges [libc++][ranges] implement `std::ranges::drop_while_view` 2022-10-18 19:34:47 +01:00
re [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
strings [libc++] Implement P2438R2 (std::string::substr() &&) 2022-11-02 20:28:47 +01:00
thread [libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides 2022-10-03 14:05:08 -04:00
time [libc++] Validates valid weekday indexed range. 2022-11-01 20:20:57 +01:00
utilities [libc++] Use stack buffers for uninitialized storage in tests. 2022-11-01 19:21:11 -07:00
pstl