This is an archive of the discontinued LLVM Phabricator instance.

Add detect_stack_use_after_scope runtime flag
ClosedPublic

Authored by vitalybuka on Jul 18 2016, 6:11 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 64435.Jul 18 2016, 6:11 PM
vitalybuka retitled this revision from to Add detect_stack_use_after_scope runtime flag.
vitalybuka updated this object.
kcc accepted this revision.Jul 19 2016, 10:23 AM
kcc edited edge metadata.

Code LGTM, one nit in the test.

test/asan/TestCases/use-after-scope.cc
4 ↗(On Diff #64442)

don't compile the test twice

This revision is now accepted and ready to land.Jul 19 2016, 10:23 AM
vitalybuka marked an inline comment as done.
vitalybuka edited edge metadata.

Compile once.

vitalybuka updated this object.Jul 19 2016, 11:16 AM
This revision was automatically updated to reflect the committed changes.