mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +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:
@@ -75,7 +75,7 @@ class CppExceptionEdge extends ExceptionEdgeImpl, TCppExceptionEdge {
|
||||
|
||||
/**
|
||||
* An "exception" edge, representing the successor of an instruction when that
|
||||
* instruction's evaluation throws an exception for SEH exceptions
|
||||
* instruction's evaluation throws an SEH exception.
|
||||
*/
|
||||
class SehExceptionEdge extends ExceptionEdgeImpl, TSehExceptionEdge {
|
||||
final override string toString() { result = "SEH Exception" }
|
||||
|
||||
Reference in New Issue
Block a user