[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 Oct 2 23:06:49 PDT 2019


sivachandra updated this revision to Diff 222968.
sivachandra added a comment.

Move markdown docs to reStructuredText; Will add conf.py and build targets in a later pass.


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.rst
  libc/docs/entrypoints.rst
  libc/docs/header_generation.rst
  libc/docs/implementation_standard.rst
  libc/docs/source_layout.rst
  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.222968.patch
Type: text/x-patch
Size: 50008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191003/095155da/attachment-0001.bin>


More information about the llvm-commits mailing list