We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fd917 commit b5f1296Copy full SHA for b5f1296
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll
@@ -558,13 +558,13 @@ module Stmts {
558
or
559
// or to the getNextCall if the condition is false.
560
c instanceof FalseCompletion and
561
- astFirst(ast.getNextCall(), succ)
+ astFirst(ast.getNextCall().getFullyConverted(), succ)
562
)
563
564
// Flow from last element of loop body back to getNextCall
565
astLast(ast.getBody(), pred, c) and
566
c.continuesLoop(ast) and
567
568
}
569
570
0 commit comments