[PATCH] D22725: [clang-tidy] Add check 'misc-replace-memcpy'

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 23 13:03:08 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: docs/ReleaseNotes.rst:70
@@ +69,3 @@
+
+  Replaces calls to memcpy with std::copy.
+
----------------
Please highlight memcpy and std::copy with `` as it done in documentation.


Repository:
  rL LLVM

https://reviews.llvm.org/D22725





More information about the cfe-commits mailing list