staticafi/sbt-instrumentation

Delete local variables at the end of a function

mchalupa opened this issue · 1 comments

We remember allocas all the time, not only in the function that created it. Therefore use-after-scope won't be discovered.

it should work now