libabigail/src
Dodji Seketeli 7c7c326b2b Do not forget to canonicalize enum underlying type and void type
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>
2015-02-20 12:51:25 +01:00
..
abg-comp-filter.cc Make strip_typedef() act on canonical types only 2015-02-19 11:44:11 +01:00
abg-comparison.cc Do not apply diff filters sub-tree not carrying changes 2015-02-18 21:32:37 +01:00
abg-config.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-corpus.cc Stop traversing function/variable node when added to symbol table 2015-02-18 21:32:38 +01:00
abg-diff-utils.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-dwarf-reader.cc Do not forget to canonicalize enum underlying type and void type 2015-02-20 12:51:25 +01:00
abg-hash.cc Initial implementation of canonical type comparison in the IR 2015-02-09 17:01:48 +01:00
abg-ini.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-ir.cc Make strip_typedef() act on canonical types only 2015-02-19 11:44:11 +01:00
abg-libxml-utils.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-libzip-utils.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-reader.cc Canonicalize types either early or late after TU reading 2015-02-18 21:32:37 +01:00
abg-tools-utils.cc Expose a new libabigail::tools_utils namespace 2015-01-08 12:28:14 +01:00
abg-traverse.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-viz-common.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-viz-dot.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-viz-svg.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-writer.cc Update copyright years 2015-01-07 17:52:10 +01:00
Makefile.am Expose a new libabigail::tools_utils namespace 2015-01-08 12:28:14 +01:00