mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ private newtype TEdgeKind =
|
||||
TTrueEdge() or // 'true' edge of conditional branch
|
||||
TFalseEdge() or // 'false' edge of conditional branch
|
||||
TCppExceptionEdge() or // Thrown C++ exception
|
||||
TSehExceptionEdge() or // Thrown C++ exception
|
||||
TSehExceptionEdge() or // Thrown SEH exception
|
||||
TDefaultEdge() or // 'default' label of switch
|
||||
TCaseEdge(string minValue, string maxValue) {
|
||||
// Case label of switch
|
||||
|
||||
Reference in New Issue
Block a user