[all-commits] [llvm/llvm-project] 741021: [libc] Implement strcasestr

Alex Brachet via All-commits all-commits at lists.llvm.org
Wed Jan 25 09:58:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 741021de32360cade7aca1e9f7368966a8a3d26a
      https://github.com/llvm/llvm-project/commit/741021de32360cade7aca1e9f7368966a8a3d26a
  Author: Alex Brachet <abrachet at google.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

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

  Log Message:
  -----------
  [libc] Implement strcasestr

Differential Revision: https://reviews.llvm.org/D142518




More information about the All-commits mailing list