mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-17 14:50:54 +00:00
7c7c326b2b
It appears we were not canonicalizing the underlying type of enum type and the void type. We could catch this now that we are requiring that abigail::ir::strip_typedef() works on canoncialized types only. This patch fixes that. * src/abg-dwarf-reader.cc (build_enum_type): Canoncialize the underlying type of the enum type. (build_ir_node_for_void_type): Canonicalize the void type. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
abg-comp-filter.cc | ||
abg-comparison.cc | ||
abg-config.cc | ||
abg-corpus.cc | ||
abg-diff-utils.cc | ||
abg-dwarf-reader.cc | ||
abg-hash.cc | ||
abg-ini.cc | ||
abg-ir.cc | ||
abg-libxml-utils.cc | ||
abg-libzip-utils.cc | ||
abg-reader.cc | ||
abg-tools-utils.cc | ||
abg-traverse.cc | ||
abg-viz-common.cc | ||
abg-viz-dot.cc | ||
abg-viz-svg.cc | ||
abg-writer.cc | ||
Makefile.am |