Skip to content

Commit 3115833

Browse files
bdrodesjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 6cbaa73 commit 3115833

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/
6664
final class ExceptionEdge = ExceptionEdgeImpl;
6765

0 commit comments

Comments
 (0)