This is an archive of the discontinued LLVM Phabricator instance.

[asan] Summary: Add option to enable asan-use-after-scope from clang.
ClosedPublic

Authored by vitalybuka on May 27 2016, 2:09 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 58836.May 27 2016, 2:09 PM
vitalybuka updated this revision to Diff 58837.
vitalybuka retitled this revision from to [Asan] Summary: Add option to enable asan-use-after-scope from clang..
vitalybuka added reviewers: kcc, eugenis, aizatsky.
vitalybuka updated this object.
vitalybuka added a subscriber: llvm-commits.

Fixed summary

vitalybuka retitled this revision from [Asan] Summary: Add option to enable asan-use-after-scope from clang. to [asan] Summary: Add option to enable asan-use-after-scope from clang..May 27 2016, 2:11 PM
kcc accepted this revision.May 27 2016, 3:13 PM
kcc edited edge metadata.

LGTM
You will need to commit it together with a change in Clang, right?

This revision is now accepted and ready to land.May 27 2016, 3:13 PM

This can be committed without clang, as interface has default values.

This revision was automatically updated to reflect the committed changes.