[libcxx-commits] [clang] [libcxx] [clang] Warn about memset/memcpy to NonTriviallyCopyable types (PR #111434)
Carlos Galvez via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 22 11:20:51 PST 2024
carlosgalvezp wrote:
> for this to make it easier to roll out?
Note that recently Clang introduced a mechanism for file-level suppression of warnings, for easier rollout of warnings:
https://clang.llvm.org/docs/UsersManual.html#controlling-diagnostics-via-suppression-mappings
Would that serve the same purpose?
https://github.com/llvm/llvm-project/pull/111434
More information about the libcxx-commits
mailing list