Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/include/llvm/ADT/
-
trunk/
-
include/
-
llvm/
-
ADT/
-
SetVector.h
Hide Panel
f
Keyboard Reference
?
Differential
D27262
Add front() method to SetVector.
Closed
Public
Authored by
jsjodin
on Nov 30 2016, 9:20 AM.
Download Raw Diff
Details
Reviewers
•
tstellarAMD
arsenm
Commits
rGcc3673476929: Add front() method to SetVector.
rL297398: Add front() method to SetVector.
Summary
This will later be needed by the Machine CFG Structurizer.
Diff Detail
Repository
rL LLVM
Event Timeline
jsjodin
updated this revision to
Diff 79764
.
Nov 30 2016, 9:20 AM
jsjodin
retitled this revision from
to
Add front() method to SetVector.
.
jsjodin
updated this object.
jsjodin
added reviewers:
arsenm
,
•
tstellarAMD
.
jsjodin
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
wdng
.
·
View Herald Transcript
Nov 30 2016, 9:20 AM
•
tstellarAMD
accepted this revision.
Dec 14 2016, 7:53 AM
•
tstellarAMD
edited edge metadata.
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Dec 14 2016, 7:53 AM
Closed by commit
rL297398: Add front() method to SetVector.
(authored by
jsjodin
).
·
Explain Why
Mar 9 2017, 10:37 AM
This revision was automatically updated to reflect the committed changes.