This is an archive of the discontinued LLVM Phabricator instance.

[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
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.

Diff Detail

Event Timeline

sivachandra created this revision.Jan 6 2020, 10:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2020, 10:42 AM
abrachet accepted this revision.Jan 6 2020, 12:48 PM
This revision is now accepted and ready to land.Jan 6 2020, 12:48 PM
This revision was automatically updated to reflect the committed changes.
libc/src/string/strcpy.h