summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2022-03-20 13:40:02 +0100
committerMark de Wever <koraq@xs4all.nl>2023-04-08 15:22:50 +0200
commit2c1d79596fe7d0f5fc71abb76a74c8a603fc8a21 (patch)
tree4b58a67de844aa7020d6d48d4dcb152cc12de2f5 /libcxx/docs
parent9b43aedeb311576ee9c99d7a6317b5f697954dd9 (diff)
downloadllvm-2c1d79596fe7d0f5fc71abb76a74c8a603fc8a21.tar.gz
[libc++][chrono] Add sys_time formatter.
Partially implements: - P1361 Integration of chrono with text formatting - P2372 Fixing locale handling in chrono formatters Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D144739
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/Status/FormatPaper.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv
index d2f9fdf6c8ef..3c9e4f5dd692 100644
--- a/libcxx/docs/Status/FormatPaper.csv
+++ b/libcxx/docs/Status/FormatPaper.csv
@@ -1,7 +1,7 @@
Section,Description,Dependencies,Assignee,Status,First released version
`P1361 <https://wg21.link/P1361>`__ `P2372 <https://wg21.link/P2372>`__,"Formatting chrono"
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::duration<Rep, Period>``",,Mark de Wever,|Complete|, Clang 16
-`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Wever,|In Progress|,
+`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Wever,|Complete|, Clang 17
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::utc_time<Duration>``",A ``<chrono>`` implementation,Not assigned,,,
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::tai_time<Duration>``",A ``<chrono>`` implementation,Not assigned,,,
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::gps_time<Duration>``",A ``<chrono>`` implementation,Not assigned,,,