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

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 09:38:48 PDT 2019


xbolva00 added a comment.

This might not be currently ideal recommendation since std::copy produces memmove with -O3.


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

https://reviews.llvm.org/D63324





More information about the cfe-commits mailing list