mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 22:58:01 +00:00
Always show pretty representation of variables in report
* src/abg-comparison.cc (corpus_diff::report): Display the pretty representation of the variable, no matter what. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
1e55727b98
commit
4a761d2a5a
@ -6178,9 +6178,6 @@ corpus_diff::report(ostream& out, const string& indent) const
|
||||
i != priv_->added_vars_.end();
|
||||
++i)
|
||||
{
|
||||
if (!i->second->get_mangled_name().empty())
|
||||
n = demangle_cplus_mangled_name(i->second->get_mangled_name());
|
||||
else
|
||||
n = i->second->get_pretty_representation();
|
||||
out << indent
|
||||
<< " '";
|
||||
|
Loading…
Reference in New Issue
Block a user