• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Leaf changes summary: 7 artifacts changed
2Changed leaf types summary: 1 leaf type changed
3Removed/Changed/Added functions summary: 1 Removed, 1 Changed, 1 Added function
4Removed/Changed/Added variables summary: 1 Removed, 1 Changed, 1 Added variable
5
61 Removed function:
7
8  [D] 'function int fun_removed()'    {fun_removed}
9
101 Added function:
11
12  [A] 'function long int fun_added()'    {fun_added}
13
141 function with some sub-type change:
15
16  [C] 'function int fun_changed()' has some sub-type changes:
17    return type changed:
18      type name changed from 'int' to 'long int'
19      type size changed from 32 to 64 (in bits)
20
211 Removed variable:
22
23  [D] 'int var_removed'    {var_removed}
24
251 Added variable:
26
27  [A] 'long int var_added'    {var_added}
28
291 Changed variable:
30
31  [C] 'int var_changed' was changed to 'long int var_changed':
32    size of symbol changed from 4 to 8
33    type of variable changed:
34      type name changed from 'int' to 'long int'
35      type size changed from 32 to 64 (in bits)
36
37'struct type_changed' changed:
38  type size changed from 32 to 64 (in bits)
39  there are data member changes:
40    type 'int' of 'type_changed::x' changed:
41      type name changed from 'int' to 'long int'
42      type size changed from 32 to 64 (in bits)
43