• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Functions changes summary: 0 Removed, 1 Changed, 0 Added function
2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3
41 function with some indirect sub-type change:
5
6  [C] 'function void foo(S&)' has some indirect sub-type changes:
7    parameter 1 of type 'S&' has sub-type changes:
8      in referenced type 'struct S':
9        type size changed from 1152 to 1280 (in bits)
10        2 data member changes:
11          type of 'int m0[5][3]' changed:
12            type name changed from 'int[5][3]' to 'int[5][4]'
13            array type size changed from 480 to 640
14            array type subrange 2 changed length from 3 to 4
15          type of 'int* m1[10]' changed:
16            array element type 'int*' changed:
17              in pointed to type 'int':
18                type name changed from 'int' to 'char'
19                type size changed from 32 to 8 (in bits)
20            type name changed from 'int*[10]' to 'char*[10]'
21            type size hasn't changed
22          and offset changed from 512 to 640 (in bits) (by +128 bits)
23
24