[libc-commits] [PATCH] D111913: [libc] add stpcpy and stpncpy

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Nov 3 13:23:56 PDT 2021


michaelrj updated this revision to Diff 384569.
michaelrj marked 4 inline comments as done.
michaelrj added a comment.

fix reference to CPP utils and address 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.384569.patch
Type: text/x-patch
Size: 11037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211103/2bf46963/attachment.bin>


More information about the libc-commits mailing list