[all-commits] [llvm/llvm-project] 566868: [libc++][chrono] Implements formatter weekday.
mordante via All-commits
all-commits at lists.llvm.org
Tue Oct 18 11:40:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 566868cd825527a82dc6b5753f819cbfff94701c
https://github.com/llvm/llvm-project/commit/566868cd825527a82dc6b5753f819cbfff94701c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M libcxx/include/__chrono/convert_to_tm.h
M libcxx/include/__chrono/formatter.h
M libcxx/include/__chrono/ostream.h
M libcxx/include/chrono
A libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ostream.pass.cpp
A libcxx/test/std/time/time.syn/formatter.weekday.pass.cpp
M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
Log Message:
-----------
[libc++][chrono] Implements formatter weekday.
Partially implements:
- P1361 Integration of chrono with text formatting
- P2372 Fixing locale handling in chrono formatters
Depends on D134742
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D136037
More information about the All-commits
mailing list