[Lldb-commits] [PATCH] D70774: [lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 27 02:04:35 PST 2019
kwk added a comment.
In D70774#1761444 <https://reviews.llvm.org/D70774#1761444>, @teemperor wrote:
> Let's just remove that return value. It's anyway only used in one place or so where we can just call GetSize() manually. Then we also don't need the lambda. Otherwise this LGTM, thanks!
Okay, fair enough. Let me do the changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70774/new/
https://reviews.llvm.org/D70774
More information about the lldb-commits
mailing list