]> Nishi Git Mirror - gwion.git/commit
:art: Move templates to the right
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 13 Sep 2020 20:49:19 +0000 (22:49 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 13 Sep 2020 20:49:19 +0000 (22:49 +0200)
commitdd4b73a05f8ba8a1e08a41422d9a11a8db5338ba
treef90b4d502fd347ea48a94ea3541158749de7e525
parentde176eb2399223804849b74c72f6b8de5f927c40
:art: Move templates to the right
45 files changed:
examples/implicit_ptr.gw
examples/ptr_assign.gw
examples/ptr_cast.gw
examples/ptr_deref.gw
tests/error/empty_ptr.gw
tests/error/invalid_pointer_cast.gw
tests/error/ptr_assign_const.gw
tests/error/ptr_assign_invalid.gw
tests/error/ptr_from_const.gw
tests/error/ptr_implicit_const.gw
tests/error/template_class_no_type.gw
tests/error/template_no_match.gw
tests/error/type_not_template.gw
tests/error/typedef_func_tmpl_types.gw
tests/error/typedef_func_tmpl_types2.gw
tests/fork/fork_call.gw
tests/import/class_template.gw
tests/import/map2.gw
tests/import/union_tmpl.gw
tests/new/dtor.gw
tests/new/extend_template_union.gw
tests/new/parent.gw
tests/new/template_class_in_template.gw
tests/new/test2.gw
tests/new/typedef_func_tmpl_class.gw
tests/new/typedef_func_tmpl_class_static.gw
tests/new/typedef_func_tmpl_tmpl.gw
tests/regression/invalid_template.gw
tests/struct/struct_template.gw
tests/tree/auto_ptr.gw
tests/tree/class_not_template_inside_template.gw
tests/tree/class_template.gw
tests/tree/cpy_ast.gw
tests/tree/extent_template.gw
tests/tree/get_type_name_test.gw
tests/tree/static_template.gw
tests/tree/template_class_invalid_type_number.gw
tests/tree/template_class_ref.gw
tests/tree/template_self.gw
tests/tree/typedef_func_tmpl.gw
tests/tree/typedef_func_tmpl2.gw
tests/tree/typedef_func_tmpl_class.gw
tests/tree/union_tmpl.gw
tests/xxxfix/post_func.gw
tests/xxxfix/unary_func.gw