llvm/llvm-project

Replace memcpy with std::copy

Open

#22,583 opened on Jan 12, 2015

View on GitHub
 (14 comments) (0 reactions) (1 assignee)C++ (26,378 stars) (10,782 forks)batch import
awaiting-reviewbugzillacheck-requestclang-tidygood first issue

Description

Bugzilla Link 22209
Version unspecified
OS Windows NT
CC @JonasToth,@Blackhart

Extended Description

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

Contributor guide

Replace memcpy with std::copy · llvm/llvm-project#22583 | Good First Issue