Skip to content

Commit f160447

Browse files
committed
C++: Update test results to latest master
1 parent d0d6b2b commit f160447

File tree

3 files changed

+124
-29
lines changed

3 files changed

+124
-29
lines changed

cpp/ql/test/library-tests/syntax-zoo/aliased_ssa_sanity.expected

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ unexpectedOperand
55
duplicateOperand
66
missingPhiOperand
77
| cpp11.cpp:141:7:141:7 | Phi: g | cpp11.cpp:161:16:161:16 | NoOp: label ...: |
8-
| statements.cpp:49:1:49:4 | Phi: label ...: | statements.cpp:46:5:46:13 | NoOp: goto ... |
98
missingOperandType
109
instructionWithoutSuccessor
1110
| VacuousDestructorCall.cpp:2:29:2:29 | InitializeParameter: y |
@@ -22,17 +21,9 @@ instructionWithoutSuccessor
2221
| ms_try_mix.cpp:11:12:11:15 | Chi: call to C |
2322
| ms_try_mix.cpp:28:12:28:15 | Chi: call to C |
2423
| ms_try_mix.cpp:48:10:48:13 | Chi: call to C |
25-
| static_init_templates.cpp:77:28:77:28 | UnmodeledDefinition: instantiatedTemplateFunction |
26-
| static_init_templates.cpp:77:28:77:28 | UnmodeledDefinition: instantiatedTemplateFunction |
27-
| static_init_templates.cpp:86:28:86:28 | UnmodeledDefinition: instantiatedTemplateFunction2 |
28-
| static_init_templates.cpp:86:28:86:28 | UnmodeledDefinition: instantiatedTemplateFunction2 |
29-
| static_init_templates.cpp:94:28:94:28 | UnmodeledDefinition: instantiatedTemplateFunction3 |
30-
| static_init_templates.cpp:94:28:94:28 | UnmodeledDefinition: instantiatedTemplateFunction3 |
31-
| static_init_templates.cpp:102:28:102:28 | UnmodeledDefinition: instantiatedTemplateFunction4 |
32-
| static_init_templates.cpp:102:28:102:28 | UnmodeledDefinition: instantiatedTemplateFunction4 |
3324
| stmt_expr.cpp:27:5:27:15 | Store: ... = ... |
3425
| vla.c:5:9:5:14 | Uninitialized: definition of matrix |
35-
| vla.c:12:18:12:23 | NoOp: declaration of myType |
26+
| vla.c:11:6:11:16 | UnmodeledDefinition: vla_typedef |
3627
ambiguousSuccessors
3728
| allocators.cpp:14:5:14:8 | UnmodeledDefinition: main | Goto | 4 | allocators.cpp:16:8:16:10 | VariableAddress: definition of foo |
3829
| allocators.cpp:14:5:14:8 | UnmodeledDefinition: main | Goto | 4 | no_dynamic_init.cpp:10:16:10:16 | VariableAddress: definition of m |
@@ -549,3 +540,4 @@ lostReachability
549540
| range_analysis.c:370:36:370:38 | Constant: 500 |
550541
| range_analysis.c:371:37:371:39 | Constant: 500 |
551542
backEdgeCountMismatch
543+
useNotDominatedByDefinition

0 commit comments

Comments
 (0)