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>
23 lines
740 B
Plaintext
23 lines
740 B
Plaintext
2 changed types:
|
|
'class s0' changed:
|
|
size changed from 64 to 96 bits
|
|
1 member type change:
|
|
'typedef s0::s0' changed:
|
|
underlying type 'class s0' changed; details are being reported
|
|
|
|
1 data member change:
|
|
type of 'char s0::m1' changed:
|
|
name changed from 'char' to 'unsigned int'
|
|
size changed from 8 to 32 bits
|
|
alignment changed from 8 to 32 bits
|
|
|
|
1 data member insertion:
|
|
'char s0::m2', at offset 64 (in bits)
|
|
|
|
's0&' changed:
|
|
referenced type 'class s0' changed, as reported earlier
|
|
1 changed declaration:
|
|
'function int foo(s0&)' was changed to 'function int foo(s0&)':
|
|
parameter 0 of type 's0&' changed:
|
|
referenced type 'class s0' changed, as reported earlier
|