Module pointer_safety

Module pointer_safety 

Source

Functions§

check_function_for_pointers
Check for unsafe pointer operations in a function’s AST
check_parsed_function_for_pointers
Check for unsafe pointer operations in a parsed function
check_parsed_statement_for_pointers
Check if a parsed statement contains pointer operations
check_std_move_on_references
Check for std::move on references in @safe code