• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Leaf changes summary: 6 artifacts changed
2Changed leaf types summary: 6 leaf types changed
3Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
4Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
5
6'struct foo at test-leaf-peeling-v0.cc:2:1' changed:
7  type size changed from 32 to 64 (in bits)
8  there are data member changes:
9    type 'int' of 'foo::z' changed:
10      type name changed from 'int' to 'long int'
11      type size changed from 32 to 64 (in bits)
12
13'struct ops1 at test-leaf-peeling-v0.cc:6:1' changed:
14  type size hasn't changed
15  there are data member changes:
16    type 'int*' of 'ops1::x' changed:
17      pointer type changed from: 'int*' to: 'int**'
18
19'struct ops2 at test-leaf-peeling-v0.cc:10:1' changed:
20  type size changed from 320 to 640 (in bits)
21  there are data member changes:
22    'foo y[10]' size changed from 320 to 640 (in bits) (by +320 bits)
23
24'struct ops3 at test-leaf-peeling-v0.cc:14:1' changed:
25  type size hasn't changed
26  there are data member changes:
27    type 'void (int&)*' of 'ops3::spong' changed:
28      pointer type changed from: 'void (int&)*' to: 'void (int&&)*'
29
30'struct ops4 at test-leaf-peeling-v0.cc:18:1' changed:
31  type size hasn't changed
32  there are data member changes:
33    type 'int*' of 'ops4::x' changed:
34      entity changed from 'int*' to 'int&'
35      type size hasn't changed
36
37'struct ops5 at test-leaf-peeling-v0.cc:22:1' changed:
38  type size hasn't changed
39  there are data member changes:
40    type 'int*' of 'ops5::x' changed:
41      pointer type changed from: 'int*' to: 'int***'
42