[libc-commits] [libc] [libc] add `ctime` and `ctime_r` to `date_and_time` documentation (PR #108665)
via libc-commits
libc-commits at lists.llvm.org
Fri Sep 13 16:57:16 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Зишан Мирза (zimirza)
<details>
<summary>Changes</summary>
closes #<!-- -->108664
---
Full diff: https://github.com/llvm/llvm-project/pull/108665.diff
1 Files Affected:
- (modified) libc/docs/date_and_time.rst (+4)
``````````diff
diff --git a/libc/docs/date_and_time.rst b/libc/docs/date_and_time.rst
index db77d2c5ba61a5..b745a3b416f802 100644
--- a/libc/docs/date_and_time.rst
+++ b/libc/docs/date_and_time.rst
@@ -55,6 +55,10 @@ Implementation Status
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
| asctime_r | |check| | |check| | | |check| | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
+| ctime | |check| | |check| | | |check| | | | | | | | | |
++---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
+| ctime_r | |check| | |check| | | |check| | | | | | | | | |
++---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
| clock | |check| | |check| | | |check| | | | | | | | | |
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
| clock_getcpuclockid | | | | | | | | | | | | |
``````````
</details>
https://github.com/llvm/llvm-project/pull/108665
More information about the libc-commits
mailing list