summaryrefslogtreecommitdiffstats
path: root/libc/src/string/strcpy
Commit message (Collapse)AuthorAgeFilesLines
* [libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy2020-01-063-48/+0
| | | | | | | | | | | | | | | | | | 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
* [libc] Move all tests to a top level `test` directory.Siva Chandra Reddy2020-01-062-46/+0
| | | | | | | | | | A toplevel target, `check-libc` has also been added. Reviewers: abrachet, phosek Tags: #libc-project Differential Revision: https://reviews.llvm.org/D72177
* Use arrays on stack and avoid use of new and delete operators.Siva Chandra2019-10-101-6/+2
| | | | | | | | | | | | | | Summary: Also fix an error found with LLVM_USE_SANITIZER=Address. Reviewers: nelhage Subscribers: libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D68761 llvm-svn: 374374
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-044-0/+98
Summary: This patch illustrates some of the features like modularity we want in the new libc. Few other ideas like different kinds of testing, redirectors etc are not yet present. Reviewers: dlj, hfinkel, theraven, jfb, alexshap, jdoerfert Subscribers: mgorny, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67867 llvm-svn: 373764
OpenPOWER on IntegriCloud