C++: Add DEPRECATED to documentation block

This commit is contained in:
Anders Fugmann
2021-09-14 09:55:19 +02:00
parent 8e9ac18026
commit 3f5ab60fb4

View File

@@ -94,6 +94,7 @@ class RangeSsaDefinition extends ControlFlowNodeBase {
predicate isPhiNode(StackVariable v) { exists(RangeSSA x | x.phi_node(v, this.(BasicBlock))) }
/**
* DEPRECATED: Use isGuardPhi/4 instead
* If this definition is a phi node corresponding to a guard,
* then return the variable access and the guard.
*/