mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
import python
|
|
import analysis.DefinitionTracking
|
|
|
|
from NiceLocationExpr expr, string f, int bl, int bc, int el, int ec
|
|
where expr.hasLocationInfo(f, bl, bc, el, ec)
|
|
select f, bl, bc, el, ec
|