Skip to content

Commit ab1f0c1

Browse files
committed
C++: Update expected test results
1 parent ef780c1 commit ab1f0c1

File tree

8 files changed

+0
-46
lines changed

8 files changed

+0
-46
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.expected

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ irTypeBugs
3636
| ../../../include/iterator.h:31:16:31:25 | ../../../include/iterator.h:31:16:31:25 | ../../../include/iterator.h:31:16:31:25 | [summary] read: Argument[this].Element[*] in operator-> |
3737
| ../../../include/iterator.h:31:16:31:25 | ../../../include/iterator.h:31:16:31:25 | ../../../include/iterator.h:31:16:31:25 | [summary] to write: ReturnValue[**] in operator-> |
3838
| ../../../include/iterator.h:31:16:31:25 | ../../../include/iterator.h:31:16:31:25 | ../../../include/iterator.h:31:16:31:25 | [summary] to write: ReturnValue[*] in operator-> |
39-
| ../../../include/iterator.h:50:14:50:22 | ../../../include/iterator.h:50:14:50:22 | ../../../include/iterator.h:50:14:50:22 | container |
40-
| ../../../include/iterator.h:50:14:50:22 | ../../../include/iterator.h:50:14:50:22 | ../../../include/iterator.h:50:14:50:22 | container |
41-
| ../../../include/iterator.h:50:14:50:22 | ../../../include/iterator.h:50:14:50:22 | ../../../include/iterator.h:50:14:50:22 | container |
42-
| ../../../include/iterator.h:75:14:75:22 | ../../../include/iterator.h:75:14:75:22 | ../../../include/iterator.h:75:14:75:22 | container |
43-
| ../../../include/iterator.h:75:14:75:22 | ../../../include/iterator.h:75:14:75:22 | ../../../include/iterator.h:75:14:75:22 | container |
44-
| ../../../include/iterator.h:75:14:75:22 | ../../../include/iterator.h:75:14:75:22 | ../../../include/iterator.h:75:14:75:22 | container |
4539
| test.cpp:356:7:356:11 | test.cpp:356:7:356:11 | test.cpp:356:7:356:11 | field |
4640
| test.cpp:356:7:356:11 | test.cpp:356:7:356:11 | test.cpp:356:7:356:11 | field |
4741
| test.cpp:356:7:356:11 | test.cpp:356:7:356:11 | test.cpp:356:7:356:11 | field |

cpp/ql/test/library-tests/ir/ir/aliased_ir.expected

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21682,19 +21682,6 @@ ir.cpp:
2168221682
# 2905| v2905_20(void) = AliasedUse : ~m2905_16
2168321683
# 2905| v2905_21(void) = ExitFunction :
2168421684

21685-
# 2906| T StructInitFromTemplate<T>::t
21686-
# 2906| Block 0
21687-
# 2906| v2906_1(void) = EnterFunction :
21688-
# 2906| m2906_2(unknown) = AliasedDefinition :
21689-
# 2906| m2906_3(unknown) = InitializeNonLocal :
21690-
# 2906| m2906_4(unknown) = Chi : total:m2906_2, partial:m2906_3
21691-
# 2906| r2906_5(glval<unknown>) = VariableAddress[#this] :
21692-
# 2906| m2906_6(glval<StructInitFromTemplate<T>>) = InitializeParameter[#this] : &:r2906_5
21693-
# 2906| r2906_7(glval<StructInitFromTemplate<T>>) = Load[#this] : &:r2906_5, m2906_6
21694-
# 2906| m2906_8(StructInitFromTemplate<T>) = InitializeIndirection[#this] : &:r2906_7
21695-
# 2906| r2906_9(glval<T>) = FieldAddress[t] : r2906_7
21696-
# 2906| r2906_10(glval<T>) = VariableAddress :
21697-
2169821685
# 2906| int StructInitFromTemplate<int>::t
2169921686
# 2906| Block 0
2170021687
# 2906| v2906_1(void) = EnterFunction :

cpp/ql/test/library-tests/ir/ir/aliased_ssa_consistency.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ missingOperandType
66
duplicateChiOperand
77
sideEffectWithoutPrimary
88
instructionWithoutSuccessor
9-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Instruction 'VariableAddress: temporary object' has no successors in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
109
ambiguousSuccessors
1110
unexplainedLoop
1211
unnecessaryPhiInstruction
@@ -30,6 +29,5 @@ fieldAddressOnNonPointer
3029
thisArgumentIsNonPointer
3130
| ir.cpp:2548:34:2548:34 | Call: call to operator bool | Call instruction 'Call: call to operator bool' has a `this` argument operand that is not an address, in function '$@'. | ir.cpp:2547:6:2547:23 | void this_inconsistency(bool) | void this_inconsistency(bool) |
3231
nonUniqueIRVariable
33-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Variable address instruction 'VariableAddress: temporary object' has no associated variable, in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
3432
nonBooleanOperand
3533
missingCppType

cpp/ql/test/library-tests/ir/ir/aliased_ssa_consistency_unsound.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ missingOperandType
66
duplicateChiOperand
77
sideEffectWithoutPrimary
88
instructionWithoutSuccessor
9-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Instruction 'VariableAddress: temporary object' has no successors in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
109
ambiguousSuccessors
1110
unexplainedLoop
1211
unnecessaryPhiInstruction
@@ -30,6 +29,5 @@ fieldAddressOnNonPointer
3029
thisArgumentIsNonPointer
3130
| ir.cpp:2548:34:2548:34 | Call: call to operator bool | Call instruction 'Call: call to operator bool' has a `this` argument operand that is not an address, in function '$@'. | ir.cpp:2547:6:2547:23 | void this_inconsistency(bool) | void this_inconsistency(bool) |
3231
nonUniqueIRVariable
33-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Variable address instruction 'VariableAddress: temporary object' has no associated variable, in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
3432
nonBooleanOperand
3533
missingCppType

cpp/ql/test/library-tests/ir/ir/raw_consistency.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ missingOperandType
66
duplicateChiOperand
77
sideEffectWithoutPrimary
88
instructionWithoutSuccessor
9-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Instruction 'VariableAddress: temporary object' has no successors in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
109
ambiguousSuccessors
1110
unexplainedLoop
1211
unnecessaryPhiInstruction
@@ -30,6 +29,5 @@ fieldAddressOnNonPointer
3029
thisArgumentIsNonPointer
3130
| ir.cpp:2548:34:2548:34 | Call: call to operator bool | Call instruction 'Call: call to operator bool' has a `this` argument operand that is not an address, in function '$@'. | ir.cpp:2547:6:2547:23 | void this_inconsistency(bool) | void this_inconsistency(bool) |
3231
nonUniqueIRVariable
33-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Variable address instruction 'VariableAddress: temporary object' has no associated variable, in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
3432
nonBooleanOperand
3533
missingCppType

cpp/ql/test/library-tests/ir/ir/raw_ir.expected

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19697,23 +19697,6 @@ ir.cpp:
1969719697
# 2905| v2905_16(void) = AliasedUse : ~m?
1969819698
# 2905| v2905_17(void) = ExitFunction :
1969919699

19700-
# 2906| T StructInitFromTemplate<T>::t
19701-
# 2906| Block 0
19702-
# 2906| v2906_1(void) = EnterFunction :
19703-
# 2906| mu2906_2(unknown) = AliasedDefinition :
19704-
# 2906| mu2906_3(unknown) = InitializeNonLocal :
19705-
# 2906| r2906_4(glval<unknown>) = VariableAddress[#this] :
19706-
# 2906| mu2906_5(glval<StructInitFromTemplate<T>>) = InitializeParameter[#this] : &:r2906_4
19707-
# 2906| r2906_6(glval<StructInitFromTemplate<T>>) = Load[#this] : &:r2906_4, ~m?
19708-
# 2906| mu2906_7(StructInitFromTemplate<T>) = InitializeIndirection[#this] : &:r2906_6
19709-
# 2906| r2906_8(glval<T>) = FieldAddress[t] : r2906_6
19710-
# 2906| r2906_9(glval<T>) = VariableAddress :
19711-
19712-
# 2906| Block 1
19713-
# 2906| v2906_10(void) = ReturnVoid :
19714-
# 2906| v2906_11(void) = AliasedUse : ~m?
19715-
# 2906| v2906_12(void) = ExitFunction :
19716-
1971719700
# 2906| int StructInitFromTemplate<int>::t
1971819701
# 2906| Block 0
1971919702
# 2906| v2906_1(void) = EnterFunction :

cpp/ql/test/library-tests/ir/ir/unaliased_ssa_consistency.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ missingOperandType
66
duplicateChiOperand
77
sideEffectWithoutPrimary
88
instructionWithoutSuccessor
9-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Instruction 'VariableAddress: temporary object' has no successors in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
109
ambiguousSuccessors
1110
unexplainedLoop
1211
unnecessaryPhiInstruction
@@ -30,6 +29,5 @@ fieldAddressOnNonPointer
3029
thisArgumentIsNonPointer
3130
| ir.cpp:2548:34:2548:34 | Call: call to operator bool | Call instruction 'Call: call to operator bool' has a `this` argument operand that is not an address, in function '$@'. | ir.cpp:2547:6:2547:23 | void this_inconsistency(bool) | void this_inconsistency(bool) |
3231
nonUniqueIRVariable
33-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Variable address instruction 'VariableAddress: temporary object' has no associated variable, in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
3432
nonBooleanOperand
3533
missingCppType

cpp/ql/test/library-tests/ir/ir/unaliased_ssa_consistency_unsound.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ missingOperandType
66
duplicateChiOperand
77
sideEffectWithoutPrimary
88
instructionWithoutSuccessor
9-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Instruction 'VariableAddress: temporary object' has no successors in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
109
ambiguousSuccessors
1110
unexplainedLoop
1211
unnecessaryPhiInstruction
@@ -30,6 +29,5 @@ fieldAddressOnNonPointer
3029
thisArgumentIsNonPointer
3130
| ir.cpp:2548:34:2548:34 | Call: call to operator bool | Call instruction 'Call: call to operator bool' has a `this` argument operand that is not an address, in function '$@'. | ir.cpp:2547:6:2547:23 | void this_inconsistency(bool) | void this_inconsistency(bool) |
3231
nonUniqueIRVariable
33-
| ir.cpp:2906:11:2906:13 | VariableAddress: temporary object | Variable address instruction 'VariableAddress: temporary object' has no associated variable, in function '$@'. | ir.cpp:2906:7:2906:7 | T StructInitFromTemplate<T>::t | T StructInitFromTemplate<T>::t |
3432
nonBooleanOperand
3533
missingCppType

0 commit comments

Comments
 (0)