[Lldb-commits] [PATCH] D154534: [lldb][NFCI] Minor cleanups to StructuredData::GetObjectForDotSeparatedPath

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 5 13:02:38 PDT 2023


mib accepted this revision.
mib added a comment.

LGTM with nits.



================
Comment at: lldb/source/Utility/StructuredData.cpp:125
+    if (match.second.empty())
       return this->shared_from_this();
+
----------------



================
Comment at: lldb/source/Utility/StructuredData.cpp:134
 
   return this->shared_from_this();
 }
----------------



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