[libcxx-commits] [libcxx] 52a374e - [libc++][doc] Updates format status page.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 11 03:12:43 PDT 2022


Author: Mark de Wever
Date: 2022-09-11T12:12:22+02:00
New Revision: 52a374e938ed4689b331d0d2b94f4f36fb6fdb25

URL: https://github.com/llvm/llvm-project/commit/52a374e938ed4689b331d0d2b94f4f36fb6fdb25
DIFF: https://github.com/llvm/llvm-project/commit/52a374e938ed4689b331d0d2b94f4f36fb6fdb25.diff

LOG: [libc++][doc] Updates format status page.

Added: 
    

Modified: 
    libcxx/docs/Status/FormatPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv
index 87a7e1dc306a4..dffb39384c9dd 100644
--- a/libcxx/docs/Status/FormatPaper.csv
+++ b/libcxx/docs/Status/FormatPaper.csv
@@ -8,7 +8,7 @@ Section,Description,Dependencies,Assignee,Status,First released version
 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Not assigned,,,
 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local_time<Duration>``",,Not assigned,,,
 `[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,|In Progress|,
+`[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,|Complete|, Clang 16
 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,|In Progress|,
 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year``",,Mark de Wever,|In Progress|,
 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday``",,Mark de Wever,|In Progress|,


        


More information about the libcxx-commits mailing list