[all-commits] [llvm/llvm-project] dc13a9: [libc] Add strcpsn and strpbrk implementation.

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Fri Aug 7 13:15:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dc13a9a7813768e01bddd03924d6cac6fa45cd7b
      https://github.com/llvm/llvm-project/commit/dc13a9a7813768e01bddd03924d6cac6fa45cd7b
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/string/CMakeLists.txt
    A libc/src/string/strcspn.cpp
    A libc/src/string/strcspn.h
    A libc/src/string/string_utils.h
    A libc/src/string/strpbrk.cpp
    A libc/src/string/strpbrk.h
    M libc/src/string/strspn.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcspn_test.cpp
    A libc/test/src/string/strpbrk_test.cpp

  Log Message:
  -----------
  [libc] Add strcpsn and strpbrk implementation.

Reviewed By: sivachandra

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




More information about the All-commits mailing list