[PATCH] D86993: Document Clang's expectations of the C standard library.
Ralf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 10:03:16 PDT 2023
RalfJung added a comment.
The first point is important for LLVM's own memcpy/memmove intrinsics, which are documented as NOPs on size 0 (and e.g. Rust relies on that).
`memset` should be added to that list.
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