llvm-project/libcxx/test/std
Mehdi Amini 68f66f37d7 Revert "[libc++][format] Add basic_format_parse_context."
This reverts commit 35a57f39b5.

A build is broken during clang bootstrap with:

In file included from ../libcxx/src/format.cpp:9:
/tmp/ci-nGNyLRM9V3/include/c++/v1/format:153:16: error: no member named 'is_constant_evaluated' in namespace 'std::__1'
    if (_VSTD::is_constant_evaluated() && __id >= __num_args_)
        ~~~~~~~^
1 error generated.
2021-02-01 21:18:11 +00:00
..
algorithms [libc++] [P0879] constexpr std::nth_element, and rewrite its tests. 2021-01-28 11:59:00 -05:00
atomics [libc++] Fix for the Bug 41784 2021-02-01 10:14:22 -05:00
concepts [libc++] Implements concept default_initializable. 2021-02-01 19:13:24 +01:00
containers [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. 2021-01-19 08:22:06 +01:00
depr [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. 2021-01-19 08:22:06 +01:00
diagnostics [libc++] Remove <clocale> from some system_error tests 2020-10-28 09:49:36 -04:00
experimental [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
input.output [libcxx] Sanitize paths before creating symlinks on windows 2021-01-29 13:39:30 +02:00
iterators [libc++] Use consistent declaration for main() in test 2020-12-15 17:34:06 -05:00
language.support [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
localization [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. 2021-01-19 08:22:06 +01:00
namespace [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
numerics [libc++] Use ioctl when available to get random_device entropy. 2021-01-21 18:01:02 +01:00
re [libc++] Split re.alg tests into locale-dependent and independent tests 2021-01-20 15:48:50 +00:00
strings [libc++][P1679] add string contains 2021-01-19 14:35:07 -05:00
thread [libcxx][test] move libc++-specific tests into the libcxx tree 2021-01-28 18:01:56 -08:00
utilities Revert "[libc++][format] Add basic_format_parse_context." 2021-02-01 21:18:11 +00:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00