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 0652c11 commit 50ad20aCopy full SHA for 50ad20a
lldb/source/Plugins/Language/CPlusPlus/MsvcStlVector.cpp
@@ -291,6 +291,9 @@ lldb_private::formatters::MsvcStlVectorSyntheticFrontEndCreator(
291
if (!valobj_sp)
292
return nullptr;
293
294
+ // We can't check the template parameter here, because PDB doesn't include
295
+ // this information.
296
+
297
// vector<T>
298
if (valobj_sp->GetChildMemberWithName("_Mypair") != nullptr)
299
return new MsvcStlVectorSyntheticFrontEnd(valobj_sp);
0 commit comments