[Lldb-commits] [PATCH] D154534: [lldb][NFCI] Minor cleanups to StructuredData::GetObjectForDotSeparatedPath
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 5 13:04:45 PDT 2023
bulbazord added inline comments.
================
Comment at: lldb/source/Utility/StructuredData.cpp:125
+ if (match.second.empty())
return this->shared_from_this();
+
----------------
mib wrote:
>
Good catch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154534/new/
https://reviews.llvm.org/D154534
More information about the lldb-commits
mailing list