We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712418e commit 58993e2Copy full SHA for 58993e2
cpp/ql/src/Likely Bugs/Memory Management/ReturnStackAllocatedMemory.ql
@@ -14,6 +14,9 @@
14
*/
15
16
import cpp
17
+// We don't actually use the global value numbering library in this query, but without it we end up
18
+// recomputing the IR.
19
+private import semmle.code.cpp.valuenumbering.GlobalValueNumbering
20
import semmle.code.cpp.ir.IR
21
import semmle.code.cpp.ir.dataflow.DataFlow::DataFlow
22
0 commit comments