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 { }
5858 * An "exception" edge, representing the successor of an instruction when that
5959 * instruction's evaluation throws an exception.
6060 *
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.
6563 */
6664final class ExceptionEdge = ExceptionEdgeImpl ;
6765
You can’t perform that action at this time.
0 commit comments