]> Nishi Git Mirror - gwion.git/commit
:art: Open templates with ':' (first char)
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 13 Sep 2020 23:19:45 +0000 (01:19 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 13 Sep 2020 23:19:45 +0000 (01:19 +0200)
commit326212cb54c000258ed4e521671166dd53003e10
tree9951556fa63665871cfe7d256b2fc7fdd32211f9
parentf26a0c45e1c461901f869c30aefac70cc86820d2
:art: Open templates with ':' (first char)
108 files changed:
ast
examples/binary_tmpl.gw
examples/implicit_fptr_tmpl.gw
examples/implicit_ptr.gw
examples/in_class_class.gw
examples/ptr_assign.gw
examples/ptr_cast.gw
examples/ptr_deref.gw
examples/template.gw
examples/template_dyn.gw
examples/template_guess.gw
examples/template_vararg.gw
plug
src/env/func.c
src/env/type.c
src/import/checker.c
src/lib/object_op.c
src/lib/ptr.c
src/lib/shred.c
src/parse/check.c
src/parse/operator.c
tests/bug/Tester.gw
tests/error/call_non_template.gw
tests/error/empty_ptr.gw
tests/error/invalid_pointer_cast.gw
tests/error/non_function_template.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_dyn2.gw
tests/error/template_enough.gw
tests/error/template_n_mismatch.gw
tests/error/template_no_match.gw
tests/error/template_non_member.gw
tests/error/template_not_able.gw
tests/error/template_overload.gw
tests/error/template_ternary.gw
tests/error/template_unknown.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/fptr/fptr_tmpl_cast.gw
tests/import/class_template.c
tests/import/class_template.gw
tests/import/class_template_fail.c
tests/import/class_template_invalid.c
tests/import/fptr_tmpl.c
tests/import/fptr_tmpl_fail.c
tests/import/func_fail2.c
tests/import/func_fail3.c
tests/import/func_fail4.c
tests/import/func_tmpl.c
tests/import/func_tmpl.gw
tests/import/func_tmpl_fail.c
tests/import/invalid_names.c
tests/import/invalid_names3.c
tests/import/map2.gw
tests/import/typedef_fail.c
tests/import/typedef_tmpl.c
tests/import/union_tmpl.c
tests/import/union_tmpl.gw
tests/import/union_tmpl_fail.c
tests/import/union_tmpl_fail2.c
tests/import/union_tmpl_fail3.c
tests/new/dottmpl.gw
tests/new/dtor.gw
tests/new/extend_template_union.gw
tests/new/parent.gw
tests/new/pure.gw
tests/new/pure_member.gw
tests/new/recursive_template.gw
tests/new/recursive_template0.gw
tests/new/recursive_template1.gw
tests/new/recursive_template2.gw
tests/new/recursive_template3.gw
tests/new/recursive_template_test.gw
tests/new/static_tmpl2.gw
tests/new/template_class_in_template.gw
tests/new/template_dyn.gw
tests/new/test.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_err.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/call_nonnull.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/static_tmpl.gw
tests/tree/template_class_invalid_type_number.gw
tests/tree/template_class_ref.gw
tests/tree/template_fptr.gw
tests/tree/template_self.gw
tests/tree/tmpl_fail_inner.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