[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
Fri Sep 27 13:48:44 PDT 2019


sivachandra updated this revision to Diff 222243.
sivachandra marked 9 inline comments as done.
sivachandra added a comment.

Address theraven's comments.


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/__llvm-libc-common.h
  libc/include/ctype.h
  libc/include/math.h
  libc/include/string.h
  libc/lib/CMakeLists.txt
  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
  libc/utils/build_scripts/gen_hdr.py
  llvm/CMakeLists.txt
  llvm/projects/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67867.222243.patch
Type: text/x-patch
Size: 49045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190927/437430b6/attachment-0001.bin>


More information about the llvm-commits mailing list