mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
@@ -58,10 +58,8 @@ abstract private class ExceptionEdgeImpl extends EdgeKindImpl { }
|
||||
* An "exception" edge, representing the successor of an instruction when that
|
||||
* instruction's evaluation throws an exception.
|
||||
*
|
||||
* Exception edges are expclitly sublcassed to
|
||||
* `CppExceptionEdge` and `SehExceptionEdge` only.
|
||||
* Further sublcasses, if required, should be added privately
|
||||
* 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.
|
||||
*/
|
||||
final class ExceptionEdge = ExceptionEdgeImpl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user