[Lldb-commits] [PATCH] D94136: [lldb] Make ModuleList iterable (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 5 16:48:27 PST 2021


JDevlieghere updated this revision to Diff 314755.
JDevlieghere marked an inline comment as done.
JDevlieghere added a comment.

Use `iterator_facade_base` as suggested by @dblaikie.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94136/new/

https://reviews.llvm.org/D94136

Files:
  lldb/include/lldb/Core/ModuleList.h
  lldb/source/Core/ModuleList.cpp
  lldb/source/Target/Target.cpp
  lldb/unittests/Core/CMakeLists.txt
  lldb/unittests/Core/ModuleListTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94136.314755.patch
Type: text/x-patch
Size: 7334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210106/2c0c8684/attachment.bin>


More information about the lldb-commits mailing list