[all-commits] [llvm/llvm-project] 96f303: [libc++][chrono] Adds formatter file_time.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Apr 27 08:13:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96f303324f58a58a7e58d75f797793c66606e745
https://github.com/llvm/llvm-project/commit/96f303324f58a58a7e58d75f797793c66606e745
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-27 (Thu, 27 Apr 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
A libcxx/test/std/time/time.clock/time.clock.file/ostream.pass.cpp
A libcxx/test/std/time/time.syn/formatter.file_time.pass.cpp
M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
Log Message:
-----------
[libc++][chrono] Adds formatter file_time.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D148928
More information about the All-commits
mailing list