[all-commits] [llvm/llvm-project] 188f72: [libc] Move implementations of strcat and strcpy t...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jan 6 22:28:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 188f72ab20d9523d6ffde8ad8361ecf17bb75946
https://github.com/llvm/llvm-project/commit/188f72ab20d9523d6ffde8ad8361ecf17bb75946
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-01-06 (Mon, 06 Jan 2020)
Changed paths:
M libc/src/string/CMakeLists.txt
A libc/src/string/strcat.cpp
A libc/src/string/strcat.h
R libc/src/string/strcat/CMakeLists.txt
R libc/src/string/strcat/strcat.cpp
R libc/src/string/strcat/strcat.h
A libc/src/string/strcpy.cpp
A libc/src/string/strcpy.h
R libc/src/string/strcpy/CMakeLists.txt
R libc/src/string/strcpy/strcpy.cpp
R libc/src/string/strcpy/strcpy.h
M libc/test/src/string/strcat_test.cpp
M libc/test/src/string/strcpy_test.cpp
Log Message:
-----------
[libc] Move implementations of strcat and strcpy to the string directory.
Summary:
Now that tests live in separate top-level directory, keeping the
implementations of individual functions in a directory of their own is
not meaningful. Hence, this change moves them into the higher level
string directory.
NFC intended.
Reviewers: MaskRay
Subscribers: mgorny, tschuett, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D72295
More information about the All-commits
mailing list