Skip to content

Commit 3f5ab60

Browse files
committed
C++: Add DEPRECATED to documentation block
1 parent 8e9ac18 commit 3f5ab60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class RangeSsaDefinition extends ControlFlowNodeBase {
9494
predicate isPhiNode(StackVariable v) { exists(RangeSSA x | x.phi_node(v, this.(BasicBlock))) }
9595

9696
/**
97+
* DEPRECATED: Use isGuardPhi/4 instead
9798
* If this definition is a phi node corresponding to a guard,
9899
* then return the variable access and the guard.
99100
*/

0 commit comments

Comments
 (0)