Python: Remove points-to from Expr

This commit is contained in:
Taus
2025-10-30 11:52:39 +00:00
parent b434ce460e
commit b93ce98612
35 changed files with 164 additions and 119 deletions

View File

@@ -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