Skip to content

Commit

Permalink
WIP: Switch on IR
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj authored and MathiasVP committed Feb 13, 2020
1 parent e1644dd commit 8054cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/ql/src/semmle/code/cpp/security/TaintTracking.qll
Expand Up @@ -2,4 +2,4 @@
* Support for tracking tainted data through the program.
*/

import TaintTrackingImpl
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking
@@ -1 +1 @@
import GlobalValueNumberingImpl
import semmle.code.cpp.ir.internal.ASTValueNumbering

0 comments on commit 8054cde

Please sign in to comment.