File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,8 @@ abstract private class ExceptionEdgeImpl extends EdgeKindImpl { }
58
58
* An "exception" edge, representing the successor of an instruction when that
59
59
* instruction's evaluation throws an exception.
60
60
*
61
- * Exception edges are expclitly sublcassed to
62
- * `CppExceptionEdge` and `SehExceptionEdge` only.
63
- * Further sublcasses, if required, should be added privately
64
- * here for IR efficiency.
61
+ * Exception edges are expclitly sublcassed to `CppExceptionEdge` and `SehExceptionEdge`
62
+ * only. Further sublcasses, if required, should be added privately here for IR efficiency.
65
63
*/
66
64
final class ExceptionEdge = ExceptionEdgeImpl ;
67
65
You can’t perform that action at this time.
0 commit comments