Convert for loops to entry-based iteration
authorShivam Mittal <shivammittal99@gmail.com>
Thu, 2 Apr 2020 14:36:07 +0000 (16:36 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 2 Apr 2020 16:56:29 +0000 (18:56 +0200)
commit51b38746295fc18664f766fe6cb7974b862c28eb
tree5b2c2f6c5668764d7a8b311749345d919a7a1f56
parent802bb8b5c28ee8aa5c5f7e00fce4ab80aefd0548
Convert for loops to entry-based iteration

Summary: Convert index-based loops marked TODO in CommandObjectSettings and CommandObjectTarget to entry-based.

Reviewers: labath

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D76729
lldb/source/Commands/CommandObjectSettings.cpp
lldb/source/Commands/CommandObjectTarget.cpp