mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-22 09:49:59 +00:00
0112c5619a
* src/abg-comparison.cc (class_diff::ensure_lookup_tables_populated): Use the virtual member functions here, not the member functions in general. (compute_diff): Consider virtual member functions only, not non-virtual ones. * src/abg-ir.cc (class_decl::operator==): Do not compare non-virtual member functions. Only compare virtual member functions. * tests/data/test-bidiff/test-struct1-report.txt: New test input. * tests/data/test-diff-dwarf/test0-report.txt: New test input. * tests/data/test-diff-filter/test0-report.txt: New test input. * tests/data/test-diff-filter/test01-report.txt: New test input. * tests/data/test-diff-filter/test10-report.txt: New test input. * tests/data/test-diff-filter/test11-report.txt: New test input. * tests/data/test-diff-filter/test2-report.txt: New test input. * tests/data/test-diff-filter/test9-report.txt: New test input. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
28 lines
989 B
Plaintext
28 lines
989 B
Plaintext
Functions changes summary: 0 Removed, 2 Changed, 1 Added functions
|
|
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
|
|
|
|
2 functions with some indirect sub-type change:
|
|
|
|
[C]'function void foo(const S0&, S1*)' has some indirect sub-type changes:
|
|
parameter 0 of type 'const S0&' has sub-type changes:
|
|
in unqualified underlying type 'S0&':
|
|
in referenced type 'class S0':
|
|
size changed from 96 to 128 bits
|
|
1 base class change:
|
|
'class B0S0' changed:
|
|
size changed from 64 to 96 bits
|
|
1 data member insertion:
|
|
'unsigned int B0S0::m2', at offset 64 (in bits)
|
|
|
|
|
|
1 data member change:
|
|
'int S0::m0' offset changed from 64 to 96, access changed from 'private' to 'protected'
|
|
|
|
[C]'method void S0::member0()' has some indirect sub-type changes:
|
|
'method void S0::member0()' access changed from 'private' to 'public'
|
|
|
|
1 Added function:
|
|
'method int S0::get_member0()'
|
|
|
|
|