[PATCH] D67867: [libc] Add few docs and implementation of strcpy and strcat.
Siva Chandra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 23:43:14 PDT 2019
sivachandra updated this revision to Diff 221891.
sivachandra added a comment.
Add unittests for strcat and strcpy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67867/new/
https://reviews.llvm.org/D67867
Files:
libc/CMakeLists.txt
libc/cmake/modules/LLVMLibCRules.cmake
libc/docs/build_system.md
libc/docs/entrypoints.md
libc/docs/header_generation.md
libc/docs/implementation_standard.md
libc/docs/source_layout.md
libc/include/CMakeLists.txt
libc/include/ctype.h
libc/include/math.h
libc/include/string.h
libc/lib/CMakeLists.txt
libc/scripts/gen_hdr.py
libc/src/CMakeLists.txt
libc/src/__support/CMakeLists.txt
libc/src/__support/common.h.def
libc/src/__support/linux/entrypoint_macro.h.inc
libc/src/string/CMakeLists.txt
libc/src/string/strcat/CMakeLists.txt
libc/src/string/strcat/strcat.cpp
libc/src/string/strcat/strcat.h
libc/src/string/strcat/strcat_test.cpp
libc/src/string/strcpy/CMakeLists.txt
libc/src/string/strcpy/strcpy.cpp
libc/src/string/strcpy/strcpy.h
libc/src/string/strcpy/strcpy_test.cpp
llvm/CMakeLists.txt
llvm/projects/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67867.221891.patch
Type: text/x-patch
Size: 47137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/9eeaee5e/attachment.bin>
More information about the llvm-commits
mailing list