Files
codeql/ql
Harry Maclean 95e2b8a4a4 Simplify jump-to-def query
The expected output format is a tuple (a, b, k) where `a` and `b` are any
`AstNode` subclass and `k` is a string indicating the kind of
definition (e.g. variable, method, ...).

By ensuring that every value in `DefLoc` is a subclass of `Expr` (itself
a subclass of `AstNode`) we can simplify the query by removing all the
use of `getLocation()`.
2021-08-31 15:42:05 +01:00
..
2020-10-28 14:04:36 +01:00
2021-08-31 15:23:16 +01:00
2021-08-31 15:42:05 +01:00
2021-08-31 15:42:05 +01:00