This is an archive of the discontinued LLVM Phabricator instance.

[asan] Enable the rest of use-after-scope tests
ClosedPublic

Authored by vitalybuka on Jul 27 2016, 5:25 PM.

Details

Summary

Test where broken because of missing lifetime markers for temps and
because of aggressive optimization which removed markers in some cases.

PR27453

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 65846.Jul 27 2016, 5:25 PM
vitalybuka retitled this revision from to [asan] Enable the rest of use-after-scope tests.
vitalybuka updated this object.
vitalybuka added reviewers: eugenis, kcc.
vitalybuka added a subscriber: llvm-commits.
eugenis accepted this revision.Jul 27 2016, 5:29 PM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 27 2016, 5:29 PM
This revision was automatically updated to reflect the committed changes.