mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-22 00:19:28 +00:00
Update tests after specialization handling
This commit is contained in:
parent
b7ce3dd60a
commit
795dfc670c
@ -258,7 +258,10 @@ QueryFile::Def BuildFileDef(const IdMap& id_map, const IndexFile& indexed) {
|
|||||||
range.end.column++;
|
range.end.column++;
|
||||||
}
|
}
|
||||||
add_all_symbols(id_map.ToSymbol(func.id),
|
add_all_symbols(id_map.ToSymbol(func.id),
|
||||||
SymbolRole::Implicit | SymbolRole::CalledBy, range);
|
caller.is_implicit
|
||||||
|
? SymbolRole::Implicit | SymbolRole::CalledBy
|
||||||
|
: SymbolRole::CalledBy,
|
||||||
|
range);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (const IndexVar& var : indexed.vars) {
|
for (const IndexVar& var : indexed.vars) {
|
||||||
|
Loading…
Reference in New Issue
Block a user