libabigail/tests/data/test-read-write
Dodji Seketeli d3929eaf23 Support the "address-size" attribute for <abi-instr> elements
* include/abg-ir.h (translation_unit::translation_unit): Take an
	address_size parameter.
	(translation_unit::{get_address_size, set_address_size}): New
	accessors.
	* src/abg-ir.cc (translation_unit::priv::address_size_): New
	private member.
	(translation_unit::translation_unit): Take an address_size
	parameter.
	(translation_unit::{get_address_size, set_address_size}): Define
	these new methods.
	* src/abg-reader.cc (read_input): Read the "address-size"
	attribute from the abi-instr element.
	* src/abg-writer.cc (write_translation_unit): Write the
	"address-size" attribute.
	* tests/data/test-read-write/test23.xml: New test input.
	* tests/test-read-write.cc (in_out_specs): Add the new test above
	to the list of files to read and write back.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2013-12-11 12:30:19 +01:00
..
test0.xml Support qualified types & Misc ancillary fixes 2013-03-27 23:59:16 +01:00
test1.xml Support qualified types & Misc ancillary fixes 2013-03-27 23:59:16 +01:00
test2.xml Support qualified types & Misc ancillary fixes 2013-03-27 23:59:16 +01:00
test3.xml Support qualified types & Misc ancillary fixes 2013-03-27 23:59:16 +01:00
test4.xml Support pointer types & Fix IR types equality 2013-03-28 15:42:12 +01:00
test5.xml Support reference types 2013-03-29 16:44:08 +01:00
test6.xml Update enum decl representation as per the schema 2013-07-23 23:13:49 +02:00
test7.xml Support typedef declarations 2013-03-30 21:59:19 +01:00
test8.xml Support var decl & mangled_name attributes 2013-04-02 16:51:59 +02:00
test9.xml Support function_type and adapt a function_decl to use it 2013-07-23 23:13:53 +02:00
test10.xml Support method type/decl, variadic functions, class declarations-only 2013-07-23 23:13:53 +02:00
test11.xml Support function_type and adapt a function_decl to use it 2013-07-23 23:13:53 +02:00
test12.xml Fix IR node comparison bugs 2013-11-19 11:25:09 +01:00
test13.xml Fix IR node comparison bugs 2013-11-19 11:25:09 +01:00
test14.xml Support function_type and adapt a function_decl to use it 2013-07-23 23:13:53 +02:00
test15.xml Initial support of class templates 2013-07-23 23:13:51 +02:00
test16.xml Initial support for member class templates 2013-07-23 23:13:51 +02:00
test17.xml Support method type/decl, variadic functions, class declarations-only 2013-07-23 23:13:53 +02:00
test18.xml Fix handling of forward decl of classes 2013-07-23 23:13:53 +02:00
test19.xml Iron out support for simple base classes. 2013-07-23 23:13:53 +02:00
test20.xml Support offsets and virtual attribute in base class specifiers 2013-07-23 23:13:53 +02:00
test21.xml Avoid missing member types while reading bi files 2013-11-19 11:27:49 +01:00
test22.xml Support variadic arguments in function decls 2013-12-11 12:17:55 +01:00
test23.xml Support the "address-size" attribute for <abi-instr> elements 2013-12-11 12:30:19 +01:00