[libcxx-commits] [clang] [libcxx] [clang] Warn about memset/memcpy to NonTriviallyCopyable types (PR #111434)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 22 10:45:30 PST 2024
serge-sans-paille wrote:
Would you be ok with a flag, say `-Wnontrivial-memcpy`ΒΈ(any suggestion on another name ?) implied by `-Wall` but that we could disable with `-Wno-nontrivial-memcpy` ?
https://github.com/llvm/llvm-project/pull/111434
More information about the libcxx-commits
mailing list