libabigail/tests/data/test-diff-dwarf
Giuliano Procida dc5e2dd893 Tag add/remove/change lines unconditionally with [A], [D], [C].
These tags were previously only emitted by the default reporter if the
there were more than 100 (hard-coded constant) items in a a list. The
leaf reporter emitted them unconditionally. This change simplifies the
code, makes output more consistent and makes it easier to interpret
diffs of diff output.

Additionally, in the reporting of changed unreachable types, the
indentation and quoting for the deleted and added cases was missing.
This patch corrects these issues.

Finally, when doing package differences, there were no tags for
deleted/added binaries. This patch adds them.

	* src/abg-default-reporter.cc (report): In the corpus_diff
	override, remove calculations of number of changes (total) and
	comparisons against arbitrary threshold (large_num); emit [A],
	[D], [C] tags unconditionally.
	* src/abg-reporter-priv.cc
	(maybe_report_unreachable_type_changes): Remove comparisons of
	number of changes against arbitrary threshold (large_num);
	emit [A], [D], [C] tags unconditionally; fix quoting of
        deleted unreachable types; fix indentation of changed
	unreachable types.
	* tools/abipkgdiff.cc (compare_prepared_userspace_packages):
	Emit [D] and [A] tags for removed and added binaries.
	* tests/data/test-*/*report*.txt: In 109 report files, add
        tags [A], [D], [C] tags and correct some indentation and
        quoting.

Signed-off-by: Giuliano Procida <gprocida@google.com>
2020-03-18 14:45:26 +01:00
..
libtest9-v0.so Support TLS variables 2014-08-19 13:50:23 +02:00
libtest9-v1.so Support TLS variables 2014-08-19 13:50:23 +02:00
libtest12-v0.so Take symbol versions in account when computing added/removed decls 2014-08-25 23:16:50 +02:00
libtest12-v1.so Take symbol versions in account when computing added/removed decls 2014-08-25 23:16:50 +02:00
libtest18-alias-sym-v0.so Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
libtest18-alias-sym-v1.so Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
libtest19-soname-v0.so Support reading and comparing soname from ELF files 2014-12-07 23:42:26 +01:00
libtest19-soname-v1.so Support reading and comparing soname from ELF files 2014-12-07 23:42:26 +01:00
libtest20-add-fn-parm-v0.so Fix classification of parameter addition in C 2014-12-09 13:10:58 +01:00
libtest20-add-fn-parm-v1.so Fix classification of parameter addition in C 2014-12-09 13:10:58 +01:00
libtest21-redundant-fn-v0.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest21-redundant-fn-v1.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest22-changed-parm-c-v0.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest22-changed-parm-c-v1.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest24-added-fn-parms-v0.so 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
libtest24-added-fn-parms-v1.so 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
libtest25-removed-fn-parms-v0.so 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
libtest25-removed-fn-parms-v1.so 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
libtest26-added-parms-before-variadic-v0.so Bug 18342 - Segmentation fault while comparing functions with variadic parameters 2015-05-05 10:45:06 +02:00
libtest26-added-parms-before-variadic-v1.so Bug 18342 - Segmentation fault while comparing functions with variadic parameters 2015-05-05 10:45:06 +02:00
libtest36-ppc64-aliases-v0.so Bug 19964 - Cannot load function aliases on ppc64 2016-04-25 14:48:11 +02:00
libtest36-ppc64-aliases-v1.so Bug 19964 - Cannot load function aliases on ppc64 2016-04-25 14:48:11 +02:00
libtest37-union-v0.so Support union types 2016-11-22 16:22:25 +01:00
libtest37-union-v1.so Support union types 2016-11-22 16:22:25 +01:00
libtest38-union-v0.so Support union types 2016-11-22 16:22:25 +01:00
libtest38-union-v1.so Support union types 2016-11-22 16:22:25 +01:00
libtest39-union-v0.so Support union types 2016-11-22 16:22:25 +01:00
libtest39-union-v1.so Support union types 2016-11-22 16:22:25 +01:00
libtest40-v0.so Bug 20887 - Show relative change of offsets 2016-12-02 21:29:28 +01:00
libtest40-v1.so Bug 20887 - Show relative change of offsets 2016-12-02 21:29:28 +01:00
libtest41-PR20476-hidden-new.so Bug 20476 - Compare virtual member functions when comparing classes 2017-02-14 12:49:47 +01:00
libtest41-PR20476-hidden-old.so Bug 20476 - Compare virtual member functions when comparing classes 2017-02-14 12:49:47 +01:00
libtest43-PR22913-v0.so Bug 22913 - Correctly de-duplicate pointers to anonymous structs inside a given 2018-03-02 16:49:17 +01:00
libtest43-PR22913-v1.so Bug 22913 - Correctly de-duplicate pointers to anonymous structs inside a given 2018-03-02 16:49:17 +01:00
libtest-23-diff-arch-v0-32.so Detect and report changes in ELF architecture 2015-01-07 17:52:10 +01:00
libtest-23-diff-arch-v0-64.so Detect and report changes in ELF architecture 2015-01-07 17:52:10 +01:00
PR25058-liblttng-ctl2.10.so PR25058 - Support decl DIEs referring to symbols using DW_AT_ranges 2019-10-03 17:42:30 +02:00
PR25058-liblttng-ctl-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
PR25058-liblttng-ctl.so PR25058 - Support decl DIEs referring to symbols using DW_AT_ranges 2019-10-03 17:42:30 +02:00
test0-report.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test0-v0.cc Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test0-v0.o Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test0-v1.cc Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test0-v1.o Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test1-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test1-v0.cc Add forgotten source file for binary test input 2014-03-31 11:27:32 +02:00
test1-v0.o Fix var_diff length determination 2014-03-29 10:26:45 +01:00
test1-v1.cc Add forgotten source file for binary test input 2014-03-31 11:27:32 +02:00
test1-v1.o Fix var_diff length determination 2014-03-29 10:26:45 +01:00
test2-report.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test2-v0.cc Compact & intuitive reporting for changed function parameters 2014-04-01 12:38:51 +02:00
test2-v0.o Compact & intuitive reporting for changed function parameters 2014-04-01 12:38:51 +02:00
test2-v1.cc Compact & intuitive reporting for changed function parameters 2014-04-01 12:38:51 +02:00
test2-v1.o Compact & intuitive reporting for changed function parameters 2014-04-01 12:38:51 +02:00
test3-report.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test3-v0.cc Fix off-by one comparison bug in comparing function parameters 2014-04-04 11:39:41 +02:00
test3-v0.o Fix off-by one comparison bug in comparing function parameters 2014-04-04 11:39:41 +02:00
test3-v1.cc Fix off-by one comparison bug in comparing function parameters 2014-04-04 11:39:41 +02:00
test3-v1.o Fix off-by one comparison bug in comparing function parameters 2014-04-04 11:39:41 +02:00
test4-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test4-v0.cc Categorize through compatible distinct type diffs 2014-04-05 12:24:25 +02:00
test4-v0.o Categorize through compatible distinct type diffs 2014-04-05 12:24:25 +02:00
test4-v1.cc Categorize through compatible distinct type diffs 2014-04-05 12:24:25 +02:00
test4-v1.o Categorize through compatible distinct type diffs 2014-04-05 12:24:25 +02:00
test5-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-v0.cc Really compare return types for function types 2014-04-05 12:42:24 +02:00
test5-v0.o Really compare return types for function types 2014-04-05 12:42:24 +02:00
test5-v1.cc Really compare return types for function types 2014-04-05 12:42:24 +02:00
test5-v1.o Really compare return types for function types 2014-04-05 12:42:24 +02:00
test6-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test6-v0.cc Represent a removed+added data member at a given offset as changed 2014-04-11 21:55:08 +02:00
test6-v0.o Represent a removed+added data member at a given offset as changed 2014-04-11 21:55:08 +02:00
test6-v1.cc Represent a removed+added data member at a given offset as changed 2014-04-11 21:55:08 +02:00
test6-v1.o Represent a removed+added data member at a given offset as changed 2014-04-11 21:55:08 +02:00
test7-report.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test7-v0.cc Really detect static-ness of data members. Oops. 2014-04-16 17:31:13 +02:00
test7-v0.o Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test7-v1.cc Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test7-v1.o Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test8-report.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test8-v0.cc Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test8-v0.o Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test8-v1.cc Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test8-v1.o Drop symbols not global in a symtab from corpus symtab 2014-04-21 21:32:39 +02:00
test9-report.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test9-v0.cc Support TLS variables 2014-08-19 13:50:23 +02:00
test9-v1.cc Support TLS variables 2014-08-19 13:50:23 +02:00
test10-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test10-v0.cc Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test10-v0.o Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test10-v1.cc Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test10-v1.o Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test11-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test11-v0.cc Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test11-v0.o Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test11-v1.cc Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test11-v1.o Support C and C++ array type. 2014-08-22 13:07:41 +02:00
test12-report.txt Consider default symbol versions when computing added/removed fns/vars 2015-07-24 14:04:11 +02:00
test12-v0.c Take symbol versions in account when computing added/removed decls 2014-08-25 23:16:50 +02:00
test12-v1.c Take symbol versions in account when computing added/removed decls 2014-08-25 23:16:50 +02:00
test12-version-script Take symbol versions in account when computing added/removed decls 2014-08-25 23:16:50 +02:00
test13-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test13-v0.cc Sort reported changed data members by increasing offset 2014-09-03 09:59:03 +02:00
test13-v0.o Sort reported changed data members by increasing offset 2014-09-03 09:59:03 +02:00
test13-v1.cc Sort reported changed data members by increasing offset 2014-09-03 09:59:03 +02:00
test13-v1.o Sort reported changed data members by increasing offset 2014-09-03 09:59:03 +02:00
test14-inline-report.txt Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test14-inline-v0.cc Better support for inline related diffs 2014-09-16 15:10:41 +02:00
test14-inline-v0.o Better support for inline related diffs 2014-09-16 15:10:41 +02:00
test14-inline-v1.cc Better support for inline related diffs 2014-09-16 15:10:41 +02:00
test14-inline-v1.o Better support for inline related diffs 2014-09-16 15:10:41 +02:00
test15-enum-report.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test15-enum-v0.cc Better support for enum diffs 2014-09-16 14:02:27 +02:00
test15-enum-v0.o Better support for enum diffs 2014-09-16 14:02:27 +02:00
test15-enum-v1.cc Better support for enum diffs 2014-09-16 14:02:27 +02:00
test15-enum-v1.o Better support for enum diffs 2014-09-16 14:02:27 +02:00
test16-syms-only-report.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test16-syms-only-v0.cc Misc typo fixes 2015-06-24 12:12:47 +02:00
test16-syms-only-v0.o Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test16-syms-only-v1.cc Misc typo fixes 2015-06-24 12:12:47 +02:00
test16-syms-only-v1.o Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test17-non-refed-syms-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test17-non-refed-syms-v0.cc Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test17-non-refed-syms-v0.o Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test17-non-refed-syms-v1.cc Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test17-non-refed-syms-v1.o Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test18-alias-sym-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test18-alias-sym-v0.cc Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test18-alias-sym-v1.cc Separate alias targets with a comma 2014-10-29 22:56:08 +01:00
test18-alias-sym-version-script Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test19-soname-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test19-soname-v0.cc Support reading and comparing soname from ELF files 2014-12-07 23:42:26 +01:00
test19-soname-v1.cc Support reading and comparing soname from ELF files 2014-12-07 23:42:26 +01:00
test20-add-fn-parm-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test20-add-fn-parm-v0.c Fix classification of parameter addition in C 2014-12-09 13:10:58 +01:00
test20-add-fn-parm-v1.c Fix classification of parameter addition in C 2014-12-09 13:10:58 +01:00
test21-redundant-fn-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test21-redundant-fn-v0.cc Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test21-redundant-fn-v1.cc Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test22-changed-parm-c-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test22-changed-parm-c-v0.c Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test22-changed-parm-c-v1.c Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test24-added-fn-parms-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-added-fn-parms-v0.c 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
test24-added-fn-parms-v1.c 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
test25-removed-fn-parms-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test25-removed-fn-parms-v0.c 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
test25-removed-fn-parms-v1.c 18252 - Added parameters are not properly sorted 2015-04-15 15:21:56 +02:00
test26-added-parms-before-variadic-report.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test26-added-parms-before-variadic-v0.c Bug 18342 - Segmentation fault while comparing functions with variadic parameters 2015-05-05 10:45:06 +02:00
test26-added-parms-before-variadic-v1.c Bug 18342 - Segmentation fault while comparing functions with variadic parameters 2015-05-05 10:45:06 +02:00
test27-local-base-diff-report.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test27-local-base-diff-v0.cc Fix detection of local changes in base classes 2015-06-02 12:34:02 +02:00
test27-local-base-diff-v0.o Fix detection of local changes in base classes 2015-06-02 12:34:02 +02:00
test27-local-base-diff-v1.cc Fix detection of local changes in base classes 2015-06-02 12:34:02 +02:00
test27-local-base-diff-v1.o Fix detection of local changes in base classes 2015-06-02 12:34:02 +02:00
test28-vtable-changes-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test28-vtable-changes-v0.cc Report vtable changes in top-level function change reports 2015-06-04 13:30:16 +02:00
test28-vtable-changes-v0.o Report vtable changes in top-level function change reports 2015-06-04 13:30:16 +02:00
test28-vtable-changes-v1.cc Report vtable changes in top-level function change reports 2015-06-04 13:30:16 +02:00
test28-vtable-changes-v1.o Report vtable changes in top-level function change reports 2015-06-04 13:30:16 +02:00
test29-vtable-changes-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test29-vtable-changes-v0.cc Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test29-vtable-changes-v0.o Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test29-vtable-changes-v1.cc Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test29-vtable-changes-v1.o Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test30-vtable-changes-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test30-vtable-changes-v0.cc Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test30-vtable-changes-v0.o Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test30-vtable-changes-v1.cc Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test30-vtable-changes-v1.o Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test31-vtable-changes-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test31-vtable-changes-v0.cc Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test31-vtable-changes-v0.o Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test31-vtable-changes-v1.cc Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test31-vtable-changes-v1.o Detect vtable changes from member function changes 2015-08-29 16:23:17 +02:00
test32-fnptr-changes-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test32-fnptr-changes-v0.cc Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test32-fnptr-changes-v0.o Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test32-fnptr-changes-v1.cc Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test32-fnptr-changes-v1.o Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test33-fnref-changes-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test33-fnref-changes-v0.cc Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test33-fnref-changes-v0.o Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test33-fnref-changes-v1.cc Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test33-fnref-changes-v1.o Bug 17340 - Support pointers and references to functions 2015-09-30 21:20:42 +02:00
test34-pr19173-libfoo2.so Bug 19173 - Abidiff doesn't detect symbol size change in library 2015-11-07 23:22:18 +01:00
test34-pr19173-libfoo-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test34-pr19173-libfoo.so Bug 19173 - Abidiff doesn't detect symbol size change in library 2015-11-07 23:22:18 +01:00
test35-pr19173-libfoo-long-clang2.so Support DW_AT_count DWARF attribute 2015-11-07 23:22:19 +01:00
test35-pr19173-libfoo-long-clang-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test35-pr19173-libfoo-long-clang.so Support DW_AT_count DWARF attribute 2015-11-07 23:22:19 +01:00
test35-pr19173-libfoo-long-gcc2.so Support DW_AT_count DWARF attribute 2015-11-07 23:22:19 +01:00
test35-pr19173-libfoo-long-gcc-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test35-pr19173-libfoo-long-gcc.so Support DW_AT_count DWARF attribute 2015-11-07 23:22:19 +01:00
test35-pr19173-libfoo-long.c Support DW_AT_count DWARF attribute 2015-11-07 23:22:19 +01:00
test36-ppc64-aliases-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test36-ppc64-aliases-v0.cc Bug 19964 - Cannot load function aliases on ppc64 2016-04-25 14:48:11 +02:00
test36-ppc64-aliases-v1.cc Bug 19964 - Cannot load function aliases on ppc64 2016-04-25 14:48:11 +02:00
test37-union-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test37-union-v0.cc Support union types 2016-11-22 16:22:25 +01:00
test37-union-v1.cc Support union types 2016-11-22 16:22:25 +01:00
test38-union-report-0.txt Eliminate some unnecessary blank lines in diff output. 2020-03-16 16:15:09 +01:00
test38-union-v0.cc Support union types 2016-11-22 16:22:25 +01:00
test38-union-v1.cc Support union types 2016-11-22 16:22:25 +01:00
test39-union-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test39-union-v0.cc Support union types 2016-11-22 16:22:25 +01:00
test39-union-v1.cc Support union types 2016-11-22 16:22:25 +01:00
test40-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test40-v0.c Bug 20887 - Show relative change of offsets 2016-12-02 21:29:28 +01:00
test40-v1.c Bug 20887 - Show relative change of offsets 2016-12-02 21:29:28 +01:00
test41-PR20476-hidden-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test42-PR21296-clanggcc-report0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test42-PR21296-clanggcc.cc Bug 21296 - Reporting diff of const ref against non-const ref aborts 2017-03-24 12:39:49 +01:00
test42-PR21296-libclang.so Bug 21296 - Reporting diff of const ref against non-const ref aborts 2017-03-24 12:39:49 +01:00
test42-PR21296-libgcc.so Bug 21296 - Reporting diff of const ref against non-const ref aborts 2017-03-24 12:39:49 +01:00
test43-PR22913-report-0.txt Eliminate some unnecessary blank lines in diff output. 2020-03-16 16:15:09 +01:00
test43-PR22913-v0.c Bug 22913 - Correctly de-duplicate pointers to anonymous structs inside a given 2018-03-02 16:49:17 +01:00
test43-PR22913-v1.c Bug 22913 - Correctly de-duplicate pointers to anonymous structs inside a given 2018-03-02 16:49:17 +01:00
test44-anon-struct-union-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test44-anon-struct-union-v0.cc Use the flat representation for anonymous struct/unions 2018-06-04 17:40:39 +02:00
test44-anon-struct-union-v0.o Use the flat representation for anonymous struct/unions 2018-06-04 17:40:39 +02:00
test44-anon-struct-union-v1.cc Use the flat representation for anonymous struct/unions 2018-06-04 17:40:39 +02:00
test44-anon-struct-union-v1.o Use the flat representation for anonymous struct/unions 2018-06-04 17:40:39 +02:00
test45-anon-dm-change-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test45-anon-dm-change-v0.cc Explicitely detect anonymous data member changes 2018-06-06 14:07:10 +02:00
test45-anon-dm-change-v0.o Explicitely detect anonymous data member changes 2018-06-06 14:07:10 +02:00
test45-anon-dm-change-v1.cc Explicitely detect anonymous data member changes 2018-06-06 14:07:10 +02:00
test45-anon-dm-change-v1.o Explicitely detect anonymous data member changes 2018-06-06 14:07:10 +02:00
test46-readme.txt Fix a typo in the recent Rust support and update regression tests 2019-01-24 10:35:05 +01:00
test46-rust-libone.so Fix a typo in the recent Rust support and update regression tests 2019-01-24 10:35:05 +01:00
test46-rust-libtwo.so Fix a typo in the recent Rust support and update regression tests 2019-01-24 10:35:05 +01:00
test46-rust-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test-23-diff-arch-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test-23-diff-arch-v0.cc Detect and report changes in ELF architecture 2015-01-07 17:52:10 +01:00