[libc-commits] [PATCH] D77279: [libc] Add strlen implementation.

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 1 17:27:07 PDT 2020


PaulkaToast created this revision.
PaulkaToast added a project: libc-project.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
PaulkaToast added a child revision: D77281: [libc] Add libc-tidy..
PaulkaToast added a parent revision: D77277: [libc] Fix round and memcpy to adhere to qualified calls..
PaulkaToast added reviewers: sivachandra, abrachet.

Along with the parent patch, this should fix the last call to a non internal libc function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77279

Files:
  libc/fuzzing/string/CMakeLists.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/strcat.cpp
  libc/src/string/strcpy.cpp
  libc/src/string/strlen.cpp
  libc/src/string/strlen.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strlen_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77279.254366.patch
Type: text/x-patch
Size: 6107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200402/1c187f9c/attachment-0001.bin>


More information about the libc-commits mailing list