mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-18 15:20:45 +00:00
abidiff: support --dump-diff-tree with --leaf-changes-only
* src/abg-leaf-reporter.cc (leaf_reporter::report): In the corpus_diff override, conclude by calling maybe_dump_diff_tree. Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
parent
4f8c9b170d
commit
f10d1fc1dd
@ -1451,6 +1451,8 @@ leaf_reporter::report(const corpus_diff& d,
|
||||
// Report added/removed/changed types not reacheable from public
|
||||
// interfaces.
|
||||
maybe_report_unreachable_type_changes(d, s, indent, out);
|
||||
|
||||
d.priv_->maybe_dump_diff_tree();
|
||||
}
|
||||
} // end namespace comparison
|
||||
} // end namespace abigail
|
||||
|
Loading…
Reference in New Issue
Block a user