C++: Use experimental dataflow for the product flow library.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-09-13 09:41:03 +01:00
parent ededfaa40b
commit 4130616ab1

View File

@@ -1,5 +1,5 @@
import semmle.code.cpp.ir.dataflow.DataFlow
import semmle.code.cpp.ir.dataflow.DataFlow2
import experimental.semmle.code.cpp.ir.dataflow.DataFlow
import experimental.semmle.code.cpp.ir.dataflow.DataFlow2
module ProductFlow {
abstract class Configuration extends string {