Python ESSA: Move all Essa code to semmle.python.essa folder.

This commit is contained in:
Mark Shannon
2019-08-20 10:52:21 +01:00
parent 7698240484
commit e34ccae1fc
16 changed files with 599 additions and 606 deletions

View File

@@ -3,7 +3,6 @@
*/
import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
private newtype TSymbol =

View File

@@ -1,9 +1,8 @@
/**
* Definition tracking for jump-to-defn query.
*/
import python
import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
private newtype TDefinition =