We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6d3b0 commit 008d58bCopy full SHA for 008d58b
cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
@@ -67,7 +67,7 @@ final class ExceptionEdge = ExceptionEdgeImpl;
67
68
/**
69
* An "exception" edge, representing the successor of an instruction when that
70
- * instruction's evaluation throws an exception for C++ exceptions
+ * instruction's evaluation throws a C++ exception.
71
*/
72
class CppExceptionEdge extends ExceptionEdgeImpl, TCppExceptionEdge {
73
final override string toString() { result = "C++ Exception" }
0 commit comments