[Lldb-commits] [PATCH] D52572: Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 26 16:26:24 PDT 2018


tatyana-krasnukha added a comment.

Hmm... There is no such logic left, isn't it?
If you mean iterating OptionValueProperties::m_properties vector, I can replace cycles with range based for loop, but this doesn't seem to be related to these changes.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52572





More information about the lldb-commits mailing list