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 23485f1 commit 4e77756Copy full SHA for 4e77756
1 file changed
cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll
@@ -71,5 +71,5 @@ abstract class ThrowingFunction extends ExceptionAnnotation {
71
/**
72
* Holds if this function will always raise an exception if called
73
*/
74
- final predicate alwaysRaisesException() { this.mayThrowException(true) }
+ final predicate alwaysThrowsException() { this.mayThrowException(true) }
75
}
0 commit comments