[Lldb-commits] [PATCH] D145414: [lldb/Utility] Fix layering violation caused by ScriptedMetadata

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 6 12:41:15 PST 2023


bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lldb/include/lldb/Utility/ScriptedMetadata.h:33-38
-  ScriptedMetadata(const OptionGroupPythonClassWithDict &option_group) {
-    auto opt_group = const_cast<OptionGroupPythonClassWithDict &>(option_group);
-    m_class_name = opt_group.GetName();
-    m_args_sp = opt_group.GetStructuredData();
-  }
-
----------------
I guess this just isn't used?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145414/new/

https://reviews.llvm.org/D145414



More information about the lldb-commits mailing list