mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C++: Autoformat.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user