summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2020-09-17 13:57:00 -0700
committerAlex Light <allight@google.com>2020-09-18 21:43:11 +0000
commitb76cb89736d889929939223a22bc7fb44c6117b2 (patch)
tree35d1d0121d3ea7fcd5631b4b68a57266ecbf5412 /compiler/optimizing/graph_visualizer.cc
parent25c3e4872b079157873515b983c6ee62da652c48 (diff)
Fix incorrect inheritance declaration in IndexIterator
The BitVector::IndexIterator was declared as inheriting from std::iterator without any access modifiers. This prevented the inherited declarations from being visible, meaning it could not be used by much of our other iterator code. Declare this inheritance public and add a test that the iterator can be used with TransformIterator. Test: ./test.py --host Change-Id: I7e6483e03d01fb447dd73f80a72173190cc5fe60
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions