• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Leaf changes summary: 4 artifacts changed
2Changed leaf types summary: 0 leaf type changed
3Removed/Changed/Added functions summary: 0 Removed, 4 Changed, 0 Added function
4Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
5
64 functions with some sub-type change:
7
8  [C] 'function void fn1(sto1)' at test-leaf-redundant-v1.c:12:1 has some sub-type changes:
9    parameter 1 of type 'struct sto1' changed:
10      type name changed from 'sto1' to 'stn1'
11      type size hasn't changed
12
13  [C] 'function void fn2(sto2)' at test-leaf-redundant-v1.c:15:1 has some sub-type changes:
14    parameter 1 of type 'struct sto2' changed:
15      type name changed from 'sto2' to 'stn2'
16      type size changed from 64 to 128 (in bits)
17      1 data member insertion:
18        'double y', at offset 64 (in bits) at test-leaf-redundant-v1.c:9:1
19
20  [C] 'function void fn3(sto1*)' at test-leaf-redundant-v1.c:18:1 has some sub-type changes:
21    parameter 1 of type 'sto1*' changed:
22      pointer type changed from: 'sto1*' to: 'stn1*'
23
24  [C] 'function void fn4(sto2*)' at test-leaf-redundant-v1.c:21:1 has some sub-type changes:
25    parameter 1 of type 'sto2*' changed:
26      pointer type changed from: 'sto2*' to: 'stn2*'
27
28