[libc-commits] [libc] [libc] Update some implementation status for `search.h` (PR #148414)
via libc-commits
libc-commits at lists.llvm.org
Sun Jul 13 01:03:31 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Connector Switch (c8ef)
<details>
<summary>Changes</summary>
- `VISIT` was implemented in https://github.com/llvm/llvm-project/pull/132746.
- `lsearch` was implemented in https://github.com/llvm/llvm-project/pull/131431.
At first, I thought this would be updated automatically, but it seems that the header status needs to be added manually.
---
Full diff: https://github.com/llvm/llvm-project/pull/148414.diff
1 Files Affected:
- (modified) libc/docs/headers/search.rst (+2-2)
``````````diff
diff --git a/libc/docs/headers/search.rst b/libc/docs/headers/search.rst
index 51832e9bdc2ed..82c3496eeb0ed 100644
--- a/libc/docs/headers/search.rst
+++ b/libc/docs/headers/search.rst
@@ -29,7 +29,7 @@ Type Name Available
============================ =========
ACTION |check|
ENTRY |check|
-VISIT
+VISIT |check|
============================ =========
POSIX Standard Functions
@@ -43,7 +43,7 @@ hdestroy |check|
hsearch |check|
insque |check|
lfind |check|
-lsearch
+lsearch |check|
remque |check|
tdelete
tfind
``````````
</details>
https://github.com/llvm/llvm-project/pull/148414
More information about the libc-commits
mailing list