[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
Thu Sep 26 15:36:26 PDT 2019


sivachandra updated this revision to Diff 222037.
sivachandra marked an inline comment as done.
sivachandra added a comment.

Update docs according to the latest 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/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.222037.patch
Type: text/x-patch
Size: 47352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/0005b45f/attachment.bin>


More information about the llvm-commits mailing list