libabigail/tools
Dodji Seketeli fccc516656 Put IR artifacts in the abigail::ir namespace
* include/abg-fwd.h: Wrap IR artifacts into abigail::ir namespace.
	Inject that new abigail::ir namespace into the abigail namespace.
	* include/abg-ir.h: Wrap IR artifacts into abigail::ir namespace.
	(function_decl::parameter::get_type_name): Adjust the call to
	abigail::get_type_name.  It's now a call to
	abigail::ir::get_type_name.
	* src/abg-ir.cc: Wrap IR artifacts into abigail::ir namespace.
	* include/abg-traverse.h: Wrap the ir traversing artifact into the
	abigail::ir namespace too.
	* src/abg-traverse.cc: Adjust.
	* include/abg-corpus.h: Wrap corpus type stuff into abigail::ir.
	* include/abg-dwarf-reader.h: Inject namespace abigail::ir stuff
	into the abigail::dwarf_reader namespace.
	* include/abg-reader.h: Inject namespace abigail::ir stuff into
	the abigail::xml_reader namespace.
	* src/abg-reader.cc: Adjust.
	* include/abg-writer.h: Inject namespace abigail::ir stuff into
	the abigail::xml_writer namespace.
	* src/abg-writer.cc: Inject namespace abigail::ir stuff into
	abigail namespace here too.
	* src/abg-hash.cc: Inject the abigail::ir namespace into the
	abigail namespace.
	* tools/abg-tools-utils.cc: Adjust for the injection of
	abigail::function_decl. It's now abigail::ir::function_decl.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-10-13 17:44:43 +02:00
..
.gitignore Add .gitignore files. 2014-09-12 11:05:01 +02:00
abg-tools-utils.cc Put IR artifacts in the abigail::ir namespace 2014-10-13 17:44:43 +02:00
abg-tools-utils.h Harden debug info path management & better error reporting 2014-06-04 16:30:18 +02:00
abiar.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
abidiff.cc Implement generic diff tree walking and port categorization over it 2014-10-10 13:18:04 +02:00
abidw.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
abilint.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
abisym.cc Rename bi* tools to abi* tools 2014-09-26 10:58:16 +02:00
Makefile.am Do not install the abisym program 2014-09-26 16:14:18 +02:00