We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add9e9d commit 06fecf3Copy full SHA for 06fecf3
1 file changed
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll
@@ -1676,8 +1676,8 @@ module Exprs {
1676
}
1677
1678
1679
- private class TryTree extends AstStandardPostOrderTree {
1680
- override TryExpr ast;
+ private class AnyTryTree extends AstStandardPostOrderTree {
+ override AnyTryExpr ast;
1681
1682
override ControlFlowElement getChildElement(int i) {
1683
i = 0 and
0 commit comments