We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbaa73 commit 3115833Copy full SHA for 3115833
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
@@ -58,10 +58,8 @@ abstract private class ExceptionEdgeImpl extends EdgeKindImpl { }
58
* An "exception" edge, representing the successor of an instruction when that
59
* instruction's evaluation throws an exception.
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.
+ * Exception edges are expclitly sublcassed to `CppExceptionEdge` and `SehExceptionEdge`
+ * only. Further sublcasses, if required, should be added privately here for IR efficiency.
65
*/
66
final class ExceptionEdge = ExceptionEdgeImpl;
67
0 commit comments