libabigail/tests/data/test-bidiff/test-struct1-report.txt
Dodji Seketeli 2c3dbbdb62 Fix the pretty representation for member functions
* 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>
2014-02-11 16:17:50 +01:00

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