Skip to content

Commit 4bc6a09

Browse files
committed
fix queries that relied on the old TreeSitter.qll
1 parent 53d9e4d commit 4bc6a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/StructuredLogs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ module KindPredicatesLog {
405405
or
406406
cand.(InLayer).getComputeRecursiveEvent() = recursive
407407
) and
408-
cand.hasLocationInfo(filepath, startline, _, _, _)
408+
cand.getLocation().hasLocationInfo(filepath, startline, _, _, _)
409409
|
410410
cand order by filepath, startline
411411
)

0 commit comments

Comments
 (0)