Skip to content

Commit 158d358

Browse files
authored
Merge pull request #22476 from aschackmull/cfg/tweaks
Cfg: Minor tweaks in preparation for Unified
2 parents 56dac46 + 61e11eb commit 158d358

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,9 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
571571
not n instanceof LogicalNotExpr and
572572
not n instanceof ConditionalExpr and
573573
not n instanceof Switch and
574-
not n instanceof Case
574+
not n instanceof Case and
575+
not n instanceof BlockStmt and
576+
not n instanceof TryStmt
575577
}
576578

577579
/**

0 commit comments

Comments
 (0)