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.
Paths
| Differential D72295
[libc] Move implementations of strcat and strcpy to the string directory. ClosedPublic Authored by sivachandra on Jan 6 2020, 10:42 AM.
Details Summary Now that tests live in separate top-level directory, keeping the NFC intended.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 6 2020, 12:48 PM Closed by commit rG188f72ab20d9: [libc] Move implementations of strcat and strcpy to the string directory. (authored by sivachandra). · Explain WhyJan 6 2020, 10:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 236418 libc/src/string/CMakeLists.txt
libc/src/string/strcat.h
libc/src/string/strcat.cpp
libc/src/string/strcat/CMakeLists.txt
libc/src/string/strcpy.h
libc/src/string/strcpy.cpp
libc/src/string/strcpy/CMakeLists.txt
libc/test/src/string/strcat_test.cpp
libc/test/src/string/strcpy_test.cpp
|