libabigail/tests/data/test-read-write
Dodji Seketeli 6831ba7c21 Support composing template type parameters
* src/abg-ir.h (class tmpl_parm_type_composition): New
	declaration.
	* src/abg-ir.cc
	(tmpl_parm_type_composition::tmpl_parm_type_composition)
	(tmpl_parm_type_composition::~tmpl_parm_type_composition): New
	definitions.
	* src/abg-reader.cc (build_tmpl_parm_type_composition): New
	function.
	(build_template_parameter): Support template parameter type
	composition.
	* src/abg-writer.cc (write_tmpl_parm_type_composition): New
	function.
	(write_template_non_type_parameter): Fix type-id attribute.
	(write_template_parameter): Support template parameter type
	composition.
	* tests/data/test-read-write/test13.xml: New test input.
	* tests/Makefile.am: Add it to the distribution.
	* tests/test-read-write.cc (InOutSpec in_out_spec): Add test13.xml
	to the list of xml file that are de-serialized and serialized back.
2013-07-23 23:13:50 +02: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 Add tests/data/test-read-write/test9.xml 2013-07-23 23:13:49 +02:00
test10.xml Initial Support for class declarations 2013-07-23 23:13:49 +02:00
test11.xml Initial support for function templates 2013-07-23 23:13:50 +02:00
test12.xml Fix depth management during the parsing 2013-07-23 23:13:50 +02:00
test13.xml Support composing template type parameters 2013-07-23 23:13:50 +02:00