Module check_undefined_transmutes

Source

Structsยง

CheckUndefinedTransmutes ๐Ÿ”’
Check for transmutes that exhibit undefined behavior. For example, transmuting pointers to integers in a const context.
UndefinedTransmutesChecker ๐Ÿ”’