We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5342e2c commit a7afabaCopy full SHA for a7afaba
1 file changed
lib/symboldatabase.cpp
@@ -3964,6 +3964,7 @@ void SymbolDatabase::printXml(std::ostream &out) const
3964
<< " access=\"" << accessControlToString(baseInfo.access) << "\""
3965
<< " type=\"" << baseInfo.type << "\""
3966
<< " isVirtual=\"" << (baseInfo.isVirtual ? "true" : "false") << "\""
3967
+ << " nameTok=\"" << baseInfo.nameTok << "\""
3968
<< "/>\n";
3969
}
3970
out << " </type>\n";
0 commit comments