]> sourceware.org Git - libabigail.git/commit
Show the pretty representation of deleted variables in the diff output
authorDodji Seketeli <dodji@redhat.com>
Sun, 30 Nov 2014 11:44:58 +0000 (12:44 +0100)
committerDodji Seketeli <dodji@redhat.com>
Sun, 30 Nov 2014 18:57:05 +0000 (19:57 +0100)
commit0b5edf13d78f3e62d184112742e2154df7cd2993
treeb7a25db2956e8e17faba5bbd5b45acb43ddcbd82
parentf091ff1ac200a23ea7cfb6b69fc3032ca69f11dd
Show the pretty representation of deleted variables in the diff output

While working on the 'abicompat' tool, it appeared that only the names
of deleted variables where printed in the diff report; what we want is
the full pretty representation of the variables, that is, we want
their type too.

This patch changes the reporting code of the corpus_diff to show the
full pretty representation of deleted variables.

* src/abg-comparison.cc (corpus_diff::report): Show the pretty
representation of deleted variables in all cases.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-comparison.cc
This page took 0.034811 seconds and 5 git commands to generate.