mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Update cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisStage.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
121d754be4
commit
98e670f25c
@@ -116,7 +116,7 @@ signature module LangSig<DeltaSig D> {
|
|||||||
/** A reason for an inferred bound. */
|
/** A reason for an inferred bound. */
|
||||||
class SemReason {
|
class SemReason {
|
||||||
/**
|
/**
|
||||||
* Returns `this` if `reason` is not an `SemTypeReason`. Otherwise,
|
* Returns `this` if `reason` is not a `SemTypeReason`. Otherwise,
|
||||||
* this predicate returns `SemTypeReason`.
|
* this predicate returns `SemTypeReason`.
|
||||||
*
|
*
|
||||||
* This predicate ensures that we propagate `SemTypeReason` all the way
|
* This predicate ensures that we propagate `SemTypeReason` all the way
|
||||||
|
|||||||
Reference in New Issue
Block a user