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 09ad3b0 commit f0181efCopy full SHA for f0181ef
lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
@@ -166,9 +166,9 @@ lldb::ValueObjectSP lldb_private::formatters::
166
ValueObjectSP hash_sp = node_sp->GetChildMemberWithName("__hash_");
167
if (!hash_sp || !value_sp) {
168
node_sp = m_next_element->Cast(m_node_type.GetPointerType())
169
- ->Dereference(error);
+ ->Dereference(error);
170
if (!node_sp || error.Fail())
171
- return nullptr;
+ return nullptr;
172
173
hash_sp = node_sp->GetChildMemberWithName("__hash_");
174
if (!hash_sp)
0 commit comments