mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
fix queries that relied on the old TreeSitter.qll
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user