[libc-commits] [PATCH] D111913: [libc] add stpcpy and stpncpy
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Oct 18 15:28:25 PDT 2021
michaelrj updated this revision to Diff 380532.
michaelrj marked 4 inline comments as done.
michaelrj added a comment.
respond to comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111913/new/
https://reviews.llvm.org/D111913
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/string/CMakeLists.txt
libc/src/string/stpcpy.cpp
libc/src/string/stpcpy.h
libc/src/string/stpncpy.cpp
libc/src/string/stpncpy.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/stpcpy_test.cpp
libc/test/src/string/stpncpy_test.cpp
libc/test/src/string/strcpy_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111913.380532.patch
Type: text/x-patch
Size: 11047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211018/61a54cbd/attachment.bin>
More information about the libc-commits
mailing list