fix queries that relied on the old TreeSitter.qll

This commit is contained in:
erik-krogh
2023-03-22 10:45:50 +01:00
parent 53d9e4d4eb
commit 4bc6a0927d

View File

@@ -405,7 +405,7 @@ module KindPredicatesLog {
or
cand.(InLayer).getComputeRecursiveEvent() = recursive
) and
cand.hasLocationInfo(filepath, startline, _, _, _)
cand.getLocation().hasLocationInfo(filepath, startline, _, _, _)
|
cand order by filepath, startline
)