Show more variables in global symbol search

This commit is contained in:
Jacob Dufault 2017-06-15 18:38:40 -07:00
parent 99db0a1596
commit 1ade2e5ca1

View File

@ -806,7 +806,7 @@ void QueryDatabase::ImportOrUpdate(const std::vector<QueryVar::DefUpdate>& updat
continue;
existing->def = def;
if (def.declaring_type)
if (!def.is_local)
UpdateDetailedNames(&existing->detailed_name_idx, SymbolKind::Var, it->second.id, def.detailed_name);
}
}