Detect cases where pointers to the stack can 'escape' the lifetime of the stack frame. Print error messages when these are detected.
Detect cases where returning 'e' by ref can result in a reference to the stack being returned. Print error messages when these are detected.
See Source File
$(DMDSRC _escape.d)
Copyright (c) 1999-2016 by Digital Mars, All Rights Reserved
Compiler implementation of the D programming language.