Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/CodeGen/
-
trunk/
-
lib/
-
CodeGen/
-
CodeGenPrepare.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D7924
Don't modify the DenseMap being iterated over from within the loop
Closed
Public
Authored by
sanjoy
on Feb 26 2015, 5:03 PM.
Download Raw Diff
Details
Reviewers
reames
artagnon
Commits
rGb818676f6da9: Don't modify the DenseMap being iterated over from within the loop that is…
rL230719: Don't modify the DenseMap being iterated over from within the loop
Summary
Inserting elements into a
DenseMap
invalidated iterators pointing into the
DenseMap
instance.
Diff Detail
Repository
rL LLVM
Event Timeline
sanjoy
updated this revision to
Diff 20809
.
Feb 26 2015, 5:03 PM
sanjoy
retitled this revision from
to
Don't modify the DenseMap being iterated over from within the loop
.
sanjoy
updated this object.
sanjoy
edited the test plan for this revision.
(Show Details)
sanjoy
added reviewers:
reames
,
artagnon
.
sanjoy
added a subscriber:
Unknown Object (MLST)
.
Closed by commit
rL230719: Don't modify the DenseMap being iterated over from within the loop
(authored by
sanjoy
).
·
Explain Why
Feb 26 2015, 6:26 PM
This revision was automatically updated to reflect the committed changes.