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 befca9b commit ca6d3b0Copy full SHA for ca6d3b0
cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
@@ -9,7 +9,7 @@ private newtype TEdgeKind =
9
TTrueEdge() or // 'true' edge of conditional branch
10
TFalseEdge() or // 'false' edge of conditional branch
11
TCppExceptionEdge() or // Thrown C++ exception
12
- TSehExceptionEdge() or // Thrown C++ exception
+ TSehExceptionEdge() or // Thrown SEH exception
13
TDefaultEdge() or // 'default' label of switch
14
TCaseEdge(string minValue, string maxValue) {
15
// Case label of switch
0 commit comments