C++: Autoformat.

This commit is contained in:
Geoffrey White
2024-10-10 17:26:38 +01:00
parent cedfeee6d7
commit b692b1b282

View File

@@ -1,6 +1,5 @@
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSA
from AllocationMemoryLocation def, AllocationMemoryLocation use, Overlap ovr
where
ovr = getOverlap(def, use)
where ovr = getOverlap(def, use)
select def, use, ovr