mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rangeanalysis/Java/C++: Address some ql4ql findings.
This commit is contained in:
@@ -202,13 +202,13 @@ signature module SignAnalysisSig<Semantic Sem> {
|
||||
|
||||
/**
|
||||
* Holds if `e` may have positive values. This does not rule out the
|
||||
* possibilty for negative values.
|
||||
* possibility for negative values.
|
||||
*/
|
||||
predicate semMayBePositive(Sem::Expr e);
|
||||
|
||||
/**
|
||||
* Holds if `e` may have negative values. This does not rule out the
|
||||
* possibilty for positive values.
|
||||
* possibility for positive values.
|
||||
*/
|
||||
predicate semMayBeNegative(Sem::Expr e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user