Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
test/asan/TestCases/
-
asan/
-
TestCases/
-
use-after-scope-goto.cc
Hide Panel
f
Keyboard Reference
?
Differential
D24696
[asan] Test jumps which bypass variables declaration
Closed
Public
Authored by
vitalybuka
on Sep 16 2016, 6:11 PM.
Download Raw Diff
Details
Reviewers
eugenis
Commits
rGd6eee8179018: [asan] Test jumps which bypass variables declaration
rCRT285343: [asan] Test jumps which bypass variables declaration
rL285343: [asan] Test jumps which bypass variables declaration
Summary
Clang should not generate lifetime intrinsics for such variables.
D24693
PR28267
Diff Detail
Build Status
Buildable 841
Build 841: arc lint + arc unit
Event Timeline
vitalybuka
updated this revision to
Diff 71722
.
Sep 16 2016, 6:11 PM
vitalybuka
retitled this revision from
to
[asan] Add tests to make to test jump bypass of variables declaration
.
vitalybuka
updated this object.
vitalybuka
added a reviewer:
eugenis
.
vitalybuka
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
kubamracek
.
·
View Herald Transcript
Sep 16 2016, 6:11 PM
vitalybuka
retitled this revision from
[asan] Add tests to make to test jump bypass of variables declaration
to
[asan] Test jumps which bypass variables declaration
.
Sep 16 2016, 6:12 PM
vitalybuka
updated this object.
vitalybuka
updated this revision to
Diff 76099
.
Oct 27 2016, 2:11 PM
Comment Actions
Update
Closed by commit
rL285343: [asan] Test jumps which bypass variables declaration
(authored by
vitalybuka
).
·
Explain Why
Oct 27 2016, 2:12 PM
This revision was automatically updated to reflect the committed changes.