libabigail/tests/data/test-read-write
Dodji Seketeli c50b9dbb55 Initial support of class templates
* src/abg-ir.cc (class_template_decl::class_template_decl)
	(class_template_decl::set_pattern)
	(class_template_decl::operator==)
	(class_template_decl::~class_template_decl)
	(class_template_decl_hash::operator())
	(class_tmpl_shared_ptr_hash::operator()): New definitions.
	* src/abg-ir.h (class class_template_decl, struct
	class_tmpl_shared_ptr_hash, struct class_tmpl_shared_ptr_hash):
	New declarations.
	* src/abg-reader.cc (read_context::const_class_tmpl_map_it): New
	typedef.
	(read_context::get_fn_tmpl_decl): Fix comment.
	(read_context::{get_class_tmpl_decl,key_class_tmpl_decl})
	(build_class_template_decl, handle_class_template_decl): New
	definitions.
	(read_context::m_class_tmpl_map): New member.
	(handle_element): Support "class-template-decl" xml elements
	nodes.
	(build_class_decl): Add missing bits to comment.
	(build_function_template_decl): Fix spacing.
	* src/abg-writer.cc (class_tmpl_shared_ptr_map): New typedef.
	(write_context::m_class_tmpl_map): New member.
	(write_context::get_id_for_class_tmpl, write_class_template_decl):
	New definitions.
	(write_template_parameters): Factorize this this out from ...
	(write_function_template_decl): ... here.
	(write_decl): Support writing instances of class_template_decl.
	Fix spacing.
	* tests/data/test-read-write/test15.xml: New test input.
	* tests/Makefile.am: Add the new test15.xml input to the
	distribution.
	* tests/test-read-write.cc (in_out_specs): Add the new test15.xml
	test to the list of serialized output to be de-serialized and
	serialized back.
2013-07-23 23:13:51 +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
test14.xml Support member function templates 2013-07-23 23:13:51 +02:00
test15.xml Initial support of class templates 2013-07-23 23:13:51 +02:00