We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85875c2 commit 92f2602Copy full SHA for 92f2602
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -3,9 +3,6 @@
3
*/
4
5
private import cpp
6
-// The `ValueNumbering` library has to be imported right after `cpp` to ensure
7
-// that the cached IR gets the same checksum here as it does in queries that use
8
-// `ValueNumbering` without `DataFlow`.
9
private import semmle.code.cpp.ir.ValueNumbering
10
private import semmle.code.cpp.ir.IR
11
private import semmle.code.cpp.controlflow.IRGuards
0 commit comments