[libc-commits] [PATCH] D85386: [libc] Add strpbrk implementation.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 5 17:52:05 PDT 2020


cgyurgyik created this revision.
cgyurgyik added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
cgyurgyik requested review of this revision.

[libc] Add strpbrk implementation. Also removes unnecessary header from strspn, and adds the bitset to dependencies.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85386

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/strpbrk.cpp
  libc/src/string/strpbrk.h
  libc/src/string/strspn.cpp
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strpbrk_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85386.283457.patch
Type: text/x-patch
Size: 6733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200806/f4aab36f/attachment-0001.bin>


More information about the libc-commits mailing list