llvm-project/libcxx/test/std
Mark de Wever e5d2d3eafb [libc++][chrono] Implements formatter day.
This implements the enabled specializaton
template<class charT> struct formatter<chrono::day, charT>;

and
template<class charT, class traits>
    basic_ostream<charT, traits>&
      operator<<(basic_ostream<charT, traits>& os, const day& d);

Implements:
- LWG 3241 chrono-spec grammar ambiguity in §[time.format]

Partially implements:
- P1361 Integration of chrono with text formatting

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D128577
2022-09-07 18:44:04 +02:00
..
algorithms [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02:00
atomics [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659) 2022-07-12 08:00:40 +03: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++] Complete the implementation of N4190 2022-06-22 10:13:03 +02:00
diagnostics [libc++] Implement `operator<=>` for `error_{code,condition}` 2022-08-15 16:05:53 -07:00
experimental [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02:00
input.output [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
iterators [libc++] Fix .compile.fail.cpp tests that should have been marked as UNSUPPORTED in C++03/11 2022-08-25 09:00:43 -04:00
language.support [libc++][format] Updates feature-test macros. 2022-09-07 18:39:39 +02:00
library/description/conventions [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00
localization [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02: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++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
ranges [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02:00
re [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
strings [libc++] Granularize the rest of memory 2022-09-05 12:36:41 +02:00
thread [libcxx] [test] Make some threading tests more robust 2022-08-19 11:42:35 +03:00
time [libc++][chrono] Implements formatter day. 2022-09-07 18:44:04 +02:00
utilities [libc++][chrono] Implements formatter day. 2022-09-07 18:44:04 +02:00
pstl