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 2c93bce commit 8e9ac18Copy full SHA for 8e9ac18
cpp/ql/lib/semmle/code/cpp/rangeanalysis/RangeSSA.qll
@@ -97,7 +97,7 @@ class RangeSsaDefinition extends ControlFlowNodeBase {
97
* If this definition is a phi node corresponding to a guard,
98
* then return the variable access and the guard.
99
*/
100
- predicate isGuardPhi(VariableAccess va, Expr guard, boolean branch) {
+ deprecated predicate isGuardPhi(VariableAccess va, Expr guard, boolean branch) {
101
guard_defn(va, guard, this, branch)
102
}
103
0 commit comments