Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e77756

Browse files
committed
Changing terminology back to "throws" vs "rasis" for alwaysThrowsException to be consistent with other backward compatibility changes.
1 parent 23485f1 commit 4e77756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ abstract class ThrowingFunction extends ExceptionAnnotation {
7171
/**
7272
* Holds if this function will always raise an exception if called
7373
*/
74-
final predicate alwaysRaisesException() { this.mayThrowException(true) }
74+
final predicate alwaysThrowsException() { this.mayThrowException(true) }
7575
}

0 commit comments

Comments
 (0)