[all-commits] [llvm/llvm-project] bc2b16: [libc] Add strchrnul implementation

Zero Omega via All-commits all-commits at lists.llvm.org
Mon Apr 3 11:08:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc2b1614081c23b3c42917538fa54d67917c998f
      https://github.com/llvm/llvm-project/commit/bc2b1614081c23b3c42917538fa54d67917c998f
  Author: Caslyn Tonelli <caslyn at google.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/darwin/arm/entrypoints.txt
    M libc/config/darwin/x86_64/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/riscv64/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/strchrnul.cpp
    A libc/src/string/strchrnul.h
    M libc/test/src/string/CMakeLists.txt
    M libc/test/src/string/strchr_test.cpp
    A libc/test/src/string/strchrnul_test.cpp

  Log Message:
  -----------
  [libc] Add strchrnul implementation

Introduce strchrnul implementation and unit tests.

Submitting on behalf of Caslyn@

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




More information about the All-commits mailing list