[Lldb-commits] [PATCH] D101585: [lldb] Handle missing SBStructuredData copy assignment cases
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 29 16:39:56 PDT 2021
shafik added a comment.
Herald added a subscriber: JDevlieghere.
LGTM, it seems like there a few places where we are not consistently checking `m_impl_up` is valid and other places we are using the conditional operator to check if it is set or not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101585/new/
https://reviews.llvm.org/D101585
More information about the lldb-commits
mailing list