[PATCH] D86993: Document Clang's expectations of the C standard library.
Stephen Peckham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 11:09:28 PDT 2023
stephenpeckham added a comment.
Is memmove() expected to perform a lot worse than memcpy()? Why not just use memmove() all the time. In some library implementations, memcpy() and memmove() are the same function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86993/new/
https://reviews.llvm.org/D86993
More information about the cfe-commits
mailing list