We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedfeee commit b692b1bCopy full SHA for b692b1b
cpp/ql/test/library-tests/ir/ssa/aliased_ssa_overlap.ql
@@ -1,6 +1,5 @@
1
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSA
2
3
from AllocationMemoryLocation def, AllocationMemoryLocation use, Overlap ovr
4
-where
5
- ovr = getOverlap(def, use)
+where ovr = getOverlap(def, use)
6
select def, use, ovr
0 commit comments