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

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 24 13:32:01 PDT 2016


Prazek added a comment.

hmm It seems that I mislead you, I suck at C api - memmove source and destination can overlap, but std::move can't. So I guess you have to remove the memmove support. Sorry.


https://reviews.llvm.org/D22725





More information about the cfe-commits mailing list