C++: Demonstrate amount of field flow already present

This commit is contained in:
Mathias Vorreiter Pedersen
2020-03-24 22:01:56 +01:00
parent ac68b62b48
commit 22381f3ee6
3 changed files with 78 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class Node extends TIRDataFlowNode {
*/
Variable asVariable() { result = this.(VariableNode).getVariable() }
/**
* DEPRECATED: See UninitializedNode.
*