[all-commits] [llvm/llvm-project] 667843: [libc] Add strtok implementation.

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Tue Aug 11 10:45:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 667843cc07c934b7fc20de0cc86323ae5fde48ce
      https://github.com/llvm/llvm-project/commit/667843cc07c934b7fc20de0cc86323ae5fde48ce
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-08-11 (Tue, 11 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
    M libc/src/string/string_utils.h
    A libc/src/string/strtok.cpp
    A libc/src/string/strtok.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strtok_test.cpp

  Log Message:
  -----------
  [libc] Add strtok implementation.

Reviewed By: sivachandra

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




More information about the All-commits mailing list