public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Giuliano Procida <gprocida@google.com>
To: libabigail@sourceware.org
Cc: dodji@seketeli.org, kernel-team@android.com, gprocida@google.com,
	 maennich@google.com
Subject: [PATCH] abidiff: support --dump-diff-tree with --leaf-changes-only
Date: Thu,  3 Dec 2020 15:09:00 +0000	[thread overview]
Message-ID: <20201203150900.3538474-1-gprocida@google.com> (raw)

	* 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>
---
 src/abg-leaf-reporter.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/abg-leaf-reporter.cc b/src/abg-leaf-reporter.cc
index 564f3376..07391720 100644
--- a/src/abg-leaf-reporter.cc
+++ b/src/abg-leaf-reporter.cc
@@ -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
-- 
2.29.2.454.gaff20da3a2-goog


             reply	other threads:[~2020-12-03 15:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03 15:09 Giuliano Procida [this message]
2020-12-04  9:02 ` Dodji Seketeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201203150900.3538474-1-gprocida@google.com \
    --to=gprocida@google.com \
    --cc=dodji@seketeli.org \
    --cc=kernel-team@android.com \
    --cc=libabigail@sourceware.org \
    --cc=maennich@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).