Skip to content

Commit ca6d3b0

Browse files
bdrodesjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent befca9b commit ca6d3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private newtype TEdgeKind =
99
TTrueEdge() or // 'true' edge of conditional branch
1010
TFalseEdge() or // 'false' edge of conditional branch
1111
TCppExceptionEdge() or // Thrown C++ exception
12-
TSehExceptionEdge() or // Thrown C++ exception
12+
TSehExceptionEdge() or // Thrown SEH exception
1313
TDefaultEdge() or // 'default' label of switch
1414
TCaseEdge(string minValue, string maxValue) {
1515
// Case label of switch

0 commit comments

Comments
 (0)