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:16 -05:00
committed by GitHub
parent ca6d3b0038
commit 008d58b425

View File

@@ -67,7 +67,7 @@ final class ExceptionEdge = ExceptionEdgeImpl;
/**
* An "exception" edge, representing the successor of an instruction when that
* instruction's evaluation throws an exception for C++ exceptions
* instruction's evaluation throws a C++ exception.
*/
class CppExceptionEdge extends ExceptionEdgeImpl, TCppExceptionEdge {
final override string toString() { result = "C++ Exception" }