mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +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
|