[Lldb-commits] [PATCH] D149900: [lldb] Expose a const iterator for SymbolContextList
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 4 14:17:35 PDT 2023
mib added a comment.
LGTM but I'd prefer if we kept the type in the for loop
for (const SymbolContext &sym_ctx : sc_list)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149900/new/
https://reviews.llvm.org/D149900
More information about the lldb-commits
mailing list