Add support to validity checks in the presence of copy_nonoverlapping
, copy
.
#3762
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
These intrinsics can affect the value of a place that may be read later using safe code. It is not immediate UB to write the value to the allocation space, but it would be to later use it with a type T where the value written is not valid.
E.g.:
The text was updated successfully, but these errors were encountered: