[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 Oct 4 10:29:48 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL373764: Add few docs and implementation of strcpy and strcat. (authored by sivachandra, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67867?vs=222968&id=223246#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67867/new/

https://reviews.llvm.org/D67867

Files:
  libc/trunk/CMakeLists.txt
  libc/trunk/cmake/modules/LLVMLibCRules.cmake
  libc/trunk/docs/build_system.rst
  libc/trunk/docs/entrypoints.rst
  libc/trunk/docs/header_generation.rst
  libc/trunk/docs/implementation_standard.rst
  libc/trunk/docs/source_layout.rst
  libc/trunk/include/CMakeLists.txt
  libc/trunk/include/__llvm-libc-common.h
  libc/trunk/include/ctype.h
  libc/trunk/include/math.h
  libc/trunk/include/string.h
  libc/trunk/lib/CMakeLists.txt
  libc/trunk/src/CMakeLists.txt
  libc/trunk/src/__support/CMakeLists.txt
  libc/trunk/src/__support/common.h.def
  libc/trunk/src/__support/linux/entrypoint_macro.h.inc
  libc/trunk/src/string/CMakeLists.txt
  libc/trunk/src/string/strcat/CMakeLists.txt
  libc/trunk/src/string/strcat/strcat.cpp
  libc/trunk/src/string/strcat/strcat.h
  libc/trunk/src/string/strcat/strcat_test.cpp
  libc/trunk/src/string/strcpy/CMakeLists.txt
  libc/trunk/src/string/strcpy/strcpy.cpp
  libc/trunk/src/string/strcpy/strcpy.h
  libc/trunk/src/string/strcpy/strcpy_test.cpp
  libc/trunk/utils/build_scripts/gen_hdr.py
  llvm/trunk/CMakeLists.txt
  llvm/trunk/projects/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67867.223246.patch
Type: text/x-patch
Size: 51146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/39aa7d96/attachment.bin>


More information about the llvm-commits mailing list