mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-21 17:30:22 +00:00
2c3dbbdb62
* src/abg-ir.cc (function_decl::get_pretty_representation): Fix this to properly display the representation of member functions. * tests/data/test-bidiff/test-enum0-report.txt: Update this. * tests/data/test-bidiff/test-enum1-report.txt: Likewise. * tests/data/test-bidiff/test-qual-type0-report.txt: Likewise. * tests/data/test-bidiff/test-struct0-report.txt: Likewise. * tests/data/test-bidiff/test-struct1-report.txt: Likewise. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
5 changed types:
|
|
'const s0' changed:
|
|
in unqualified underlying type 'class s0':
|
|
size changed from 192 to 256 bits
|
|
2 member type changes:
|
|
'typedef s0::s0' changed:
|
|
underlying type 'class s0' changed; details are being reported
|
|
'typedef s0::number_type' changed:
|
|
underlying type 'int' changed:
|
|
name changed from 'int' to 'char'
|
|
size changed from 32 to 8 bits
|
|
alignment changed from 32 to 8 bits
|
|
|
|
1 member type insertion:
|
|
'typedef s0::grrr'
|
|
|
|
1 data member deletion:
|
|
'char s0::m1', at offset 96 (in bits)
|
|
|
|
2 data member changes:
|
|
'unsigned int s0::m2' offset changed from 128 to 192
|
|
type of 'int s0::m0' changed:
|
|
name changed from 'int' to 'char'
|
|
size changed from 32 to 8 bits
|
|
alignment changed from 32 to 8 bits
|
|
|
|
1 data member insertion:
|
|
'double s0::m01', at offset 128 (in bits)
|
|
|
|
2 member function insertions:
|
|
'method int s0::foo(int, char) const', virtual at voffset 2/2
|
|
'method int s0::foo()'
|
|
's0*' changed:
|
|
pointed to type 'class s0' changed, as reported earlier
|
|
'class s0' changed:
|
|
details were reported earlier
|
|
's0&' changed:
|
|
referenced type 'class s0' changed, as reported earlier
|
|
'const s0*' changed:
|
|
in pointed to type 'const s0':
|
|
unqualified underlying type class s0 changed, as reported earlier
|
|
'function int bar(s0&)' was removed
|
|
|
|
'function int baz(s0&)' was added
|
|
|