Skip to content

Commit 8e9ac18

Browse files
committed
C++: Deprecate RangeSSA::isGuardPhi/3
1 parent 2c93bce commit 8e9ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/rangeanalysis/RangeSSA.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class RangeSsaDefinition extends ControlFlowNodeBase {
9797
* If this definition is a phi node corresponding to a guard,
9898
* then return the variable access and the guard.
9999
*/
100-
predicate isGuardPhi(VariableAccess va, Expr guard, boolean branch) {
100+
deprecated predicate isGuardPhi(VariableAccess va, Expr guard, boolean branch) {
101101
guard_defn(va, guard, this, branch)
102102
}
103103

0 commit comments

Comments
 (0)