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.
CVTagRecord::name
1 parent dbc63f1 commit e7675d3Copy full SHA for e7675d3
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
@@ -65,7 +65,7 @@ struct CVTagRecord {
65
}
66
67
llvm::StringRef name() const {
68
- if (m_kind == Struct || m_kind == Union)
+ if (m_kind == Struct || m_kind == Class)
69
return cvclass.Name;
70
if (m_kind == Enum)
71
return cvenum.Name;
0 commit comments