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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 07:14:35 PDT 2019


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:192
+  
+  This check replaces all occurrences of the C ``memcpy`` function by ``std::copy``.
+
----------------
Please remove //This check//. Same in first statement in documentation.


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

https://reviews.llvm.org/D63324





More information about the cfe-commits mailing list