You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

Leaf changes summary: 7 artifacts changed
Changed leaf types summary: 1 leaf type changed
Removed/Changed/Added functions summary: 1 Removed, 1 Changed, 1 Added function
Removed/Changed/Added variables summary: 1 Removed, 1 Changed, 1 Added variable
1 Removed function:
[D] 'function int fun_removed()' {fun_removed}
1 Added function:
[A] 'function long int fun_added()' {fun_added}
1 function with some sub-type change:
[C] 'function int fun_changed()' has some sub-type changes:
return type changed:
type name changed from 'int' to 'long int'
type size changed from 32 to 64 (in bits)
1 Removed variable:
[D] 'int var_removed' {var_removed}
1 Added variable:
[A] 'long int var_added' {var_added}
1 Changed variable:
[C] 'int var_changed' was changed to 'long int var_changed':
size of symbol changed from 4 to 8
type of variable changed:
type name changed from 'int' to 'long int'
type size changed from 32 to 64 (in bits)
'struct type_changed' changed:
type size changed from 32 to 64 (in bits)
there are data member changes:
type 'int' of 'type_changed::x' changed:
type name changed from 'int' to 'long int'
type size changed from 32 to 64 (in bits)