[all-commits] [llvm/llvm-project] 90eb7b: [libc] Fix memcpy to adhere to qualified calls.
Paula Toth via All-commits
all-commits at lists.llvm.org
Fri Apr 3 15:28:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 90eb7be6a1753d426ad01de95e3f1a23b077f8df
https://github.com/llvm/llvm-project/commit/90eb7be6a1753d426ad01de95e3f1a23b077f8df
Author: Paula Toth <paulatoth at google.com>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M libc/fuzzing/string/CMakeLists.txt
M libc/src/string/CMakeLists.txt
M libc/src/string/strcpy.cpp
M libc/test/src/string/CMakeLists.txt
Log Message:
-----------
[libc] Fix memcpy to adhere to qualified calls.
Summary: Switched to using the new memcpy implementation.
Reviewers: sivachandra, abrachet, gchatelet
Reviewed By: abrachet, gchatelet
Subscribers: mgorny, MaskRay, tschuett, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D77277
More information about the All-commits
mailing list