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

Thomas Manceau via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 15 08:22:51 PDT 2019


Blackhart updated this revision to Diff 204925.
Blackhart marked an inline comment as done.
Blackhart added a comment.

Use "std::array" instead of the raw array


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

https://reviews.llvm.org/D63324

Files:
  clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
  clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
  clang-tools-extra/clang-tidy/modernize/ReplaceMemcpyByStdCopy.cpp
  clang-tools-extra/clang-tidy/modernize/ReplaceMemcpyByStdCopy.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63324.204925.patch
Type: text/x-patch
Size: 8084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190615/391199da/attachment-0001.bin>


More information about the cfe-commits mailing list