mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01:00
Guards: Add support for wrappers that may throw exceptions.
This commit is contained in:
@@ -146,6 +146,8 @@ private module GuardsInput implements SharedGuards::InputSig<Location> {
|
||||
|
||||
class ControlFlowNode = J::ControlFlowNode;
|
||||
|
||||
class NormalExitNode = ControlFlow::NormalExitNode;
|
||||
|
||||
class BasicBlock = J::BasicBlock;
|
||||
|
||||
predicate dominatingEdge(BasicBlock bb1, BasicBlock bb2) { J::dominatingEdge(bb1, bb2) }
|
||||
|
||||
Reference in New Issue
Block a user