[Lldb-commits] [PATCH] D145414: [lldb/Utility] Fix layering violation caused by ScriptedMetadata
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 6 13:13:20 PST 2023
mib added inline comments.
================
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();
- }
-
----------------
bulbazord wrote:
> I guess this just isn't used?
yep
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