[libc-commits] [PATCH] D72295: [libc] Move implementations of strcat and strcpy to the string directory.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jan 6 22:34:48 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG188f72ab20d9: [libc] Move implementations of strcat and strcpy to the string directory. (authored by sivachandra).
Changed prior to commit:
https://reviews.llvm.org/D72295?vs=236418&id=236522#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72295/new/
https://reviews.llvm.org/D72295
Files:
libc/src/string/CMakeLists.txt
libc/src/string/strcat.cpp
libc/src/string/strcat.h
libc/src/string/strcat/CMakeLists.txt
libc/src/string/strcat/strcat.cpp
libc/src/string/strcat/strcat.h
libc/src/string/strcpy.cpp
libc/src/string/strcpy.h
libc/src/string/strcpy/CMakeLists.txt
libc/src/string/strcpy/strcpy.cpp
libc/src/string/strcpy/strcpy.h
libc/test/src/string/strcat_test.cpp
libc/test/src/string/strcpy_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72295.236522.patch
Type: text/x-patch
Size: 2656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200107/1fe620bf/attachment.bin>
More information about the libc-commits
mailing list