We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2920c43 commit 5327eebCopy full SHA for 5327eeb
lldb/source/Interpreter/ScriptInterpreter.cpp
@@ -119,7 +119,7 @@ lldb::StreamSP ScriptInterpreter::GetOpaqueTypeFromSBStream(
119
SymbolContext ScriptInterpreter::GetOpaqueTypeFromSBSymbolContext(
120
const lldb::SBSymbolContext &sb_sym_ctx) const {
121
if (sb_sym_ctx.m_opaque_up)
122
- return *sb_sym_ctx.m_opaque_up.get();
+ return *sb_sym_ctx.m_opaque_up;
123
return {};
124
}
125
0 commit comments