mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-21 17:30:22 +00:00
712320ab4c
* src/abg-comparison.cc (function_decl_diff::ensure_lookup_tables_populated): A parm change is valid only when the added parm has a different name from the removed parm. Both have the same index, of course. In that case, do not try to remove the corresponding parm sub-type change. * tests/data/test-bidiff/test-enum0-report.txt: Adjust. * tests/data/test-bidiff/test-enum1-report.txt: Adjust. * tests/data/test-bidiff/test-qual-type0-report.txt: Adjust. * tests/data/test-bidiff/test-struct0-report.txt: Adjust. * tests/data/test-diff-dwarf/test0-report.txt: Adjust. * tests/data/test-diff-dwarf/test1-report.txt: Adjust. * tests/data/test-diff-filter/test0-report.txt: Adjust. * tests/data/test-diff-filter/test01-report.txt: Adjust. * tests/data/test-diff-filter/test1-report.txt: Adjust. * tests/data/test-diff-filter/test2-report.txt: Adjust. * tests/data/test-diff-filter/test3-report.txt: Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
1 changed type:
|
|
'enum E' changed:
|
|
1 enumerator insertion:
|
|
'E::e1' value '1'
|
|
|
|
1 enumerator change:
|
|
'E::e2' from value '1' to '2'
|
|
|
|
1 changed declaration:
|
|
'function void foo(E)' was changed to 'function void foo(E)':
|
|
parameter 0 of type 'enum E' has sub-type changes:
|
|
1 enumerator insertion:
|
|
'E::e1' value '1'
|
|
|
|
1 enumerator change:
|
|
'E::e2' from value '1' to '2'
|
|
|