mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
import java
|
|
import semmle.code.java.controlflow.Dominance
|
|
|
|
from BasicBlock b, BasicBlock b2
|
|
where b.strictlyDominates(b2)
|
|
select b, b2
|