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:
Ben Rodes
2024-12-05 10:48:23 -05:00
committed by GitHub
parent 008d58b425
commit e9ccf37d4d

View File

@@ -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" }