Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Replace memcpy with std::copy #22208

Open Quuxplusone opened 9 years ago

Quuxplusone commented 9 years ago
Bugzilla Link PR22209
Status NEW
Importance P enhancement
Reported by Richard (legalize@xmission.com)
Reported on 2015-01-12 11:32:50 -0800
Last modified on 2019-06-14 02:54:49 -0700
Version unspecified
Hardware PC Windows NT
CC alexfh@google.com, development@jonas-toth.eu, djasper@google.com, edwin.vane@intel.com, klimek@google.com, manceau.thomas19@gmail.com
Fixed by commit(s)
Attachments mypatch.patch (14820 bytes, text/plain)
Blocks
Blocked by
See also

Provide a transform that replaces memcpy with std::copy.

Quuxplusone commented 5 years ago

Attached mypatch.patch (14820 bytes, text/plain): ReplaceMemcpyByStdCopy