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

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 30 07:26:04 PST 2019


xbolva00 added a comment.

if(num != 0) memmove is missed optimization opportunity. Such branch can be removed (if profitable).


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

https://reviews.llvm.org/D63324





More information about the cfe-commits mailing list