mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Remove points-to from Expr
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
*/
|
||||
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
import Exceptions.NotImplemented
|
||||
|
||||
from Call c, Value v, ClassValue t, Expr f, AstNode origin
|
||||
from Call c, Value v, ClassValue t, ExprWithPointsTo f, AstNode origin
|
||||
where
|
||||
f = c.getFunc() and
|
||||
f.pointsTo(v, origin) and
|
||||
|
||||
Reference in New Issue
Block a user