mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update shared/rangeanalysis/codeql/rangeanalysis/RangeAnalysis.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -393,7 +393,10 @@ signature module BoundSig<LocationSig Location, Semantic Sem, DeltaSig D> {
|
||||
Location getLocation();
|
||||
|
||||
/**
|
||||
* Gets the expression associated with the semantic bound, given a delta.
|
||||
* Gets an expression that equals this bound plus `delta`.
|
||||
*
|
||||
* For the zero-bound this gets integer constants equal to `delta`, and for
|
||||
* other bounds this gets expressions equal to the bound while `delta = 0`.
|
||||
*/
|
||||
Sem::Expr getExpr(D::Delta delta);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user