diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-03 02:43:42 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-03 02:43:42 +0000 |
commit | 3c8472852eeac60adc5a7dc751009c5f76635364 (patch) | |
tree | 2efd991f4e7ae214792976a4a5cd948ed60fa812 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | cb7f722ffaa5b93625b48feca87115234dc99efb (diff) | |
download | bcm5719-llvm-3c8472852eeac60adc5a7dc751009c5f76635364.tar.gz bcm5719-llvm-3c8472852eeac60adc5a7dc751009c5f76635364.zip |
ADT: Use std::list in SparseBitVector, NFC
The only intrusive thing about SparseBitVector's usage of ilist<> was
that new was usually called externally. There were no custom traits.
It seems like the reason to switch to ilist in r41855 was to avoid
pointer invalidation, but std::list<> has that feature too. Maybe
std::list<>::emplace makes this a little more obvious than it was then.
Switch over to std::list<> and simplify the code.
llvm-svn: 280573
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions