[all-commits] [llvm/llvm-project] b11833: [libc] Add strlcat
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu May 19 14:48:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1183305f882f15a368cc33ed9b2f77aedb5b9a6
https://github.com/llvm/llvm-project/commit/b1183305f882f15a368cc33ed9b2f77aedb5b9a6
Author: Alex Brachet <abrachet at google.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M libc/config/darwin/arm/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/spec/bsd_ext.td
M libc/src/string/CMakeLists.txt
M libc/src/string/string_utils.h
A libc/src/string/strlcat.cpp
A libc/src/string/strlcat.h
M libc/src/string/strlcpy.cpp
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strlcat_test.cpp
Log Message:
-----------
[libc] Add strlcat
Differential Revision: https://reviews.llvm.org/D125978
More information about the All-commits
mailing list