Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0784776 commit a69daa0Copy full SHA for a69daa0
1 file changed
cpp/ql/lib/semmle/code/cpp/models/implementations/StructuredExceptionHandling.qll
@@ -5,7 +5,7 @@ class WindowsDriverExceptionAnnotation extends ThrowingFunction {
5
this.hasGlobalName(["RaiseException", "ExRaiseAccessViolation", "ExRaiseDatatypeMisalignment"])
6
}
7
8
- override predicate raisesException(boolean unconditional) { unconditional = true }
+ override predicate mayThrowException(boolean unconditional) { unconditional = true }
9
10
override TSehException getExceptionType() { any() }
11
0 commit comments