[libc-commits] [PATCH] D106511: [libc] Optimize and standardize the C string functions

Alf via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jul 26 13:14:04 PDT 2021


gAlfonso-bit added a comment.

@sivachandra is this good?



================
Comment at: libc/src/string/strcpy.cpp:14
 
 namespace __llvm_libc {
----------------
gAlfonso-bit wrote:
> sivachandra wrote:
> > The changes in this file have to be a patch by itself explaining why and what clearly.
> It’s an exact copy of the one in memcpy except the argument types align with what the functions are supposed to be handling.
Addressed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106511/new/

https://reviews.llvm.org/D106511



More information about the libc-commits mailing list