Skip to content

Commit 5e9fd12

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Copilot <[email protected]>
1 parent 6da7890 commit 5e9fd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ private module RawIndirectNodes {
11641164
override predicate isGLValue() { this.getInstruction().isGLValue() }
11651165

11661166
override Type getType() {
1167-
exists(int sub, DataFlowType type, boolean isGLValue |
1167+
exists(int sub, Type type, boolean isGLValue |
11681168
type = getInstructionType(this.getInstruction(), isGLValue) and
11691169
if isGLValue = true then sub = 1 else sub = 0
11701170
|

0 commit comments

Comments
 (0)