[Lldb-commits] [PATCH] D66345: [lldb][NFC] Allow for-range iterating over StringList

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 16 07:53:14 PDT 2019


labath added a comment.

In D66345#1633118 <https://reviews.llvm.org/D66345#1633118>, @teemperor wrote:

> Not sure if we can get rid of StringList so easily as we still have SBStringList.


We can keep the SBStringList. We can just have it be backed by a `vector<string>` instead of the StringList thingy...


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

https://reviews.llvm.org/D66345





More information about the lldb-commits mailing list