mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +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:
@@ -150,7 +150,7 @@ module EdgeKind {
|
||||
CppExceptionEdge cppExceptionEdge() { result = TCppExceptionEdge() }
|
||||
|
||||
/**
|
||||
* Gets an instance of the `SehExceptionEdge` class.
|
||||
* Gets the single instance of the `SehExceptionEdge` class.
|
||||
*/
|
||||
SehExceptionEdge sehExceptionEdge() { result = TSehExceptionEdge() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user