Skip to content

Commit 2a7420c

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/TypeFlow.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 386580f commit 2a7420c

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/TypeFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ private module Input implements TypeFlowInput<Location> {
77
// The address of a variable is always a single object
88
i instanceof VariableAddressInstruction
99
or
10-
// A reference always points to a always a single object
10+
// A reference always points to a single object
1111
i.getResultLanguageType().hasUnspecifiedType(any(ReferenceType rt), false)
1212
or
1313
// `this` is never an array

0 commit comments

Comments
 (0)