This revision was automatically updated to reflect the committed changes.
Closed by commit rG51b38746295f: Convert for loops to entry-based iteration
(authored by shivammittal99, committed by teemperor).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D
shivammittal99 added a comment.
Can you please commit this for me? I do not have commit access.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76729/new/
https://reviews.llvm.org/D76729
___
lldb-commits
shivammittal99 updated this revision to Diff 252426.
shivammittal99 added a comment.
Run clang-format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76729/new/
https://reviews.llvm.org/D76729
Files:
lldb/source/Commands/CommandObjectSettings.cpp
shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Convert index-based loops marked TODO in CommandObjectSettings and
CommandObjectTarget to entry-based.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76729
Files:
ll