[all-commits] [llvm/llvm-project] bc2cf4: [libc++][chrono] Adds formatter local_time.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed May 3 09:36:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc2cf42015a81fb36d080a64947853fb931c845b
https://github.com/llvm/llvm-project/commit/bc2cf42015a81fb36d080a64947853fb931c845b
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M libcxx/docs/Status/FormatPaper.csv
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.clock/time.clock.local/ostream.pass.cpp
A libcxx/test/std/time/time.syn/formatter.local_time.pass.cpp
M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
Log Message:
-----------
[libc++][chrono] Adds formatter local_time.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D149457
More information about the All-commits
mailing list