Module dangling

Source

Structsยง

DanglingPointerSearcher ๐Ÿ”’
This produces a dangling pointer:
DanglingPointers ๐Ÿ”’
FIXME: false negatives (i.e. the lint is not emitted when it should be)

Staticsยง

DANGLING_POINTERS_FROM_TEMPORARIES
The dangling_pointers_from_temporaries lint detects getting a pointer to data of a temporary that will immediately get dropped.

Functionsยง

is_temporary_rvalue ๐Ÿ”’
lint_expr ๐Ÿ”’
owns_allocation ๐Ÿ”’