[libc-commits] [PATCH] D147463: [libc] Move str{, r}chr implementation to headers

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 18:17:28 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG82ca29ce54d3: [libc] Move str{,r}chr implementation to headers (authored by abrachet).
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147463

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/strchr.cpp
  libc/src/string/strchrnul.cpp
  libc/src/string/string_utils.h
  libc/src/string/strrchr.cpp
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/StrchrTest.h
  libc/test/src/string/strchr_test.cpp
  libc/test/src/string/strrchr_test.cpp
  utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147463.512301.patch
Type: text/x-patch
Size: 18911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230411/bb4f50e3/attachment-0001.bin>


More information about the libc-commits mailing list