mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01: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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user