[libc-commits] [PATCH] D142518: [libc] Implement strcasestr

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 25 09:58:54 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG741021de3236: [libc] Implement strcasestr (authored by abrachet).
Herald added a project: libc-project.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142518

Files:
  libc/config/baremetal/entrypoints.txt
  libc/config/darwin/arm/entrypoints.txt
  libc/config/gpu/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/arm/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/src/string/CMakeLists.txt
  libc/src/string/strcasestr.cpp
  libc/src/string/strcasestr.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strcasestr_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142518.492161.patch
Type: text/x-patch
Size: 7628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230125/d1ec7962/attachment-0001.bin>


More information about the libc-commits mailing list