[PATCH] D63324: [clang-tidy] Replace memcpy by std::copy

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 08:19:21 PDT 2019


lebedev.ri added a comment.

In D63324#1543607 <https://reviews.llvm.org/D63324#1543607>, @Blackhart wrote:

> Modernize memcpy only if C++20 is enabled


... why?
This is also missing documentation,releasenotes changes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63324/new/

https://reviews.llvm.org/D63324





More information about the cfe-commits mailing list