Structsยง
- Dangling
Pointer ๐Searcher - This produces a dangling pointer:
- Dangling
Pointers ๐ - 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 ๐