diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-03 02:27:35 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-03 02:27:35 +0000 |
commit | 4e229a7c0a261614dd9ed2a473dde32e8ff69925 (patch) | |
tree | 6e65c9a681793c35d1e9f38b3181cddfeaa527d8 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 3453d51c51b1ea7a9dafaa1b490b76d5ed0c2f7d (diff) | |
download | bcm5719-llvm-4e229a7c0a261614dd9ed2a473dde32e8ff69925.tar.gz bcm5719-llvm-4e229a7c0a261614dd9ed2a473dde32e8ff69925.zip |
ADT: Do not inherit from std::iterator in ilist_iterator
Inheriting from std::iterator uses more boiler-plate than manual
typedefs. Avoid that in both ilist_iterator and
MachineInstrBundleIterator.
This has the side effect of removing ilist_iterator from certain ADL
lookups in namespace std; calls to std::next need to be qualified by
"std::" that didn't have to before. The one case of this in-tree was
operating on a temporary, so I used the more compact operator++.
llvm-svn: 280570
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions