• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Functions changes summary: 0 Removed, 3 Changed, 1 Added functions
2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3
41 Added function:
5
6  [A] 'method B1::B1()'
7
83 functions with some indirect sub-type change:
9
10  [C] 'method B0::B0()' has some indirect sub-type changes:
11    implicit parameter 0 of type 'B0*' has sub-type changes:
12      in pointed to type 'struct B0':
13        type size hasn't changed
14        1 data member change:
15          'char m0' access changed from 'public' to 'private'
16
17  [C] 'method S::S()' has some indirect sub-type changes:
18    implicit parameter 0 of type 'S*' has sub-type changes:
19      in pointed to type 'struct S':
20        type size changed from 64 to 96 (in bits)
21        1 base class change:
22          'struct B0' changed:
23            details were reported earlier
24        1 base class insertion:
25          class B1
26        1 data member change:
27          type of 'int m0' changed:
28            type name changed from 'int' to 'char'
29            type size changed from 32 to 8 (in bits)
30          and offset changed from 32 to 64 (in bits) (by +32 bits), access changed from 'public' to 'private'
31
32  [C] 'function void foo(S&)' has some indirect sub-type changes:
33    parameter 1 of type 'S&' has sub-type changes:
34      referenced type 'struct S' changed, as reported earlier
35
36