• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Functions changes summary: 0 Removed, 4 Changed, 0 Added functions
2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3
44 functions with some indirect sub-type change:
5
6  [C] 'method S::S(int)' has some indirect sub-type changes:
7    implicit parameter 0 of type 'S*' has sub-type changes:
8      in pointed to type 'struct S':
9        type size changed from 32 to 64 (in bits)
10        1 data member insertion:
11          'int m1', at offset 32 (in bits)
12
13  [C] 'method S::S()' has some indirect sub-type changes:
14    implicit parameter 0 of type 'S*' has sub-type changes:
15      pointed to type 'struct S' changed, as reported earlier
16
17  [C] 'method S::~S(int)' has some indirect sub-type changes:
18    implicit parameter 0 of type 'S*' has sub-type changes:
19      pointed to type 'struct S' changed, as reported earlier
20
21  [C] 'function void foo(S&)' has some indirect sub-type changes:
22    parameter 1 of type 'S&' has sub-type changes:
23      referenced type 'struct S' changed, as reported earlier
24
25