Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76e5bd5

Browse files
committed
C++: Change edge to DefaultEdge
1 parent c5f38ee commit 76e5bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ class TranslatedSwitchStmt extends TranslatedStmt {
657657
)
658658
or
659659
not stmt.hasDefaultCase() and
660-
kind instanceof GotoEdge and
660+
kind instanceof DefaultEdge and
661661
result = getParent().getChildSuccessor(this)
662662
}
663663

0 commit comments

Comments
 (0)