summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2023-04-20 21:40:36 +0200
committerMark de Wever <koraq@xs4all.nl>2023-04-27 17:12:59 +0200
commit96f303324f58a58a7e58d75f797793c66606e745 (patch)
treeb1431df06e1a8f9e5297fd91d116e8da10fca075 /libcxx/docs
parent30e1e292d6fea9123bcf0ffdaa0388e8ef0ef852 (diff)
downloadllvm-96f303324f58a58a7e58d75f797793c66606e745.tar.gz
[libc++][chrono] Adds formatter file_time.
Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D148928
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 2cd430ff5b2b..260cd2f19d22 100644
--- a/libcxx/docs/Status/FormatPaper.csv
+++ b/libcxx/docs/Status/FormatPaper.csv
@@ -5,7 +5,7 @@ Section,Description,Dependencies,Assignee,Status,First released version
`[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,,,
-`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Mark de Wever,|In Progress|,,
+`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Mark de Wever,|Complete|, Clang 17
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local_time<Duration>``",,Mark de Wever,|In Progress|,,
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local-time-format-t<Duration>``",A ``<chrono>`` implementation,Not assigned,,,
`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,|Complete|, Clang 16