libabigail/tests/data
Dodji Seketeli 6ce6f160b5 Better detection of parameter sub-type changes
Just looking at if the name of the changed type hasn't changed is not
enough for detecting a sub-type change; that will be fooled by
compatible changes (changes involving typedefs).  So this patch looks
through compatible changes for that matter.

	* include/abg-fwd.h (type_has_sub_type_changes): Declare new
	function.
	* src/abg-ir.cc (type_has_sub_type_changes): Define it.
	* src/abg-comparison.cc (fn_parm_diff::report): Use the new
	function type_has_sub_type_changes() instead of just looking at
	name changes.
	* tests/data/test-diff-dwarf/test4-report.txt: Adjust this
	reference test output.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2015-05-06 10:20:15 +02:00
..
test-abicompat Misc reporting fixes/improvements 2015-04-14 06:16:00 +02:00
test-abidiff Misc reporting fixes/improvements 2015-04-14 06:16:00 +02:00
test-alt-dwarf-file Make the alt dwarf debug file *not* be a symlink 2014-11-19 16:50:48 +01:00
test-core-diff
test-diff-dwarf Better detection of parameter sub-type changes 2015-05-06 10:20:15 +02:00
test-diff-filter Misc reporting fixes/improvements 2015-04-14 06:16:00 +02:00
test-diff-suppr Misc reporting fixes/improvements 2015-04-14 06:16:00 +02:00
test-lookup-syms Re-build a test input file with debug info 2014-05-14 11:32:06 +02:00
test-read-dwarf Add support for abicompat weak mode 2015-04-03 22:45:41 +02:00
test-read-write PR libabigail/18180 2015-03-31 08:06:17 +02:00
test-write-read-archive
Makefile.am Bug 18342 - Segmentation fault while comparing functions with variadic parameters 2015-05-05 10:45:06 +02:00