[all-commits] [llvm/llvm-project] a4f0c5: [libc] Add strchr implementation. Fixes bug in mem...
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Fri Jul 10 11:31:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a4f0c58c6e3f4ec0f5bb8c5232a77dd452df0fb5
https://github.com/llvm/llvm-project/commit/a4f0c58c6e3f4ec0f5bb8c5232a77dd452df0fb5
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-07-10 (Fri, 10 Jul 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/memchr.cpp
A libc/src/string/strchr.cpp
A libc/src/string/strchr.h
M libc/test/src/string/CMakeLists.txt
M libc/test/src/string/memchr_test.cpp
A libc/test/src/string/strchr_test.cpp
Log Message:
-----------
[libc] Add strchr implementation. Fixes bug in memchr.
Summary: [libc] Adds strchr implementation with unit tests. Fixes signed character bug in memchr.
Reviewers: sivachandra, PaulkaToast
Reviewed By: sivachandra
Subscribers: mgorny, tschuett, ecnelises, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D83353
More information about the All-commits
mailing list