[all-commits] [llvm/llvm-project] f773d3: [libc] Implements strnlen.
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Wed Jul 22 15:29:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f773d37ee1df1d5fd6b75ab83ddfa53dcb4bed84
https://github.com/llvm/llvm-project/commit/f773d37ee1df1d5fd6b75ab83ddfa53dcb4bed84
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/posix.td
M libc/src/string/CMakeLists.txt
A libc/src/string/strnlen.cpp
A libc/src/string/strnlen.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strnlen_test.cpp
Log Message:
-----------
[libc] Implements strnlen.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D84247
More information about the All-commits
mailing list