[all-commits] [llvm/llvm-project] 1fcfd3: [libc] Add strlen implementation.

Paula Toth via All-commits all-commits at lists.llvm.org
Fri Apr 3 15:12:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fcfd30fae76fb1d30906a65c670cce32fd5cf15
      https://github.com/llvm/llvm-project/commit/1fcfd30fae76fb1d30906a65c670cce32fd5cf15
  Author: Paula Toth <paulatoth at google.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M libc/fuzzing/string/CMakeLists.txt
    M libc/src/string/CMakeLists.txt
    M libc/src/string/strcat.cpp
    M libc/src/string/strcpy.cpp
    A libc/src/string/strlen.cpp
    A libc/src/string/strlen.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strlen_test.cpp

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

Summary: This should fix the call to a non internal libc function.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra

Subscribers: xbolva00, mgorny, MaskRay, tschuett, libc-commits

Tags: #libc-project

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




More information about the All-commits mailing list