Skip to content

Commit 8054cde

Browse files
jbjMathiasVP
authored andcommitted
WIP: Switch on IR
1 parent e1644dd commit 8054cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/security/TaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Support for tracking tainted data through the program.
33
*/
44

5-
import TaintTrackingImpl
5+
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import GlobalValueNumberingImpl
1+
import semmle.code.cpp.ir.internal.ASTValueNumbering

0 commit comments

Comments
 (0)