Skip to content

Commit a7afaba

Browse files
committed
SymbolDatabase: add BaseInfo::nameTok to dumpfile
1 parent 5342e2c commit a7afaba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/symboldatabase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3964,6 +3964,7 @@ void SymbolDatabase::printXml(std::ostream &out) const
39643964
<< " access=\"" << accessControlToString(baseInfo.access) << "\""
39653965
<< " type=\"" << baseInfo.type << "\""
39663966
<< " isVirtual=\"" << (baseInfo.isVirtual ? "true" : "false") << "\""
3967+
<< " nameTok=\"" << baseInfo.nameTok << "\""
39673968
<< "/>\n";
39683969
}
39693970
out << " </type>\n";

0 commit comments

Comments
 (0)