We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23485f1 commit 4e77756Copy full SHA for 4e77756
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