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 ca1a27d commit a7f0966Copy full SHA for a7f0966
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -34,7 +34,7 @@ private import Node0ToString
34
cached
35
private newtype TIRDataFlowNode =
36
TNode0(Node0Impl node) { DataFlowImplCommon::forceCachingInSameStage() } or
37
- TVariableNode(Variable var, int indirectionIndex) {
+ TVariableNode(GlobalLikeVariable var, int indirectionIndex) {
38
indirectionIndex =
39
[getMinIndirectionsForType(var.getUnspecifiedType()) .. Ssa::getMaxIndirectionsForType(var.getUnspecifiedType())]
40
} or
0 commit comments