checkEscape

Detect cases where pointers to the stack can 'escape' the lifetime of the stack frame. Print error messages when these are detected.

bool
checkEscape

Parameters

sc Scope*

used to determine current function and module

e Expression

expression to check for any pointers to the stack

gag bool

do not print error messages

Return Value

Type: bool

true if pointers to the stack can escape

Meta