]> Nishi Git Mirror - gwion.git/commit
:art: Use 'funcdef'
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 15 Sep 2020 21:45:27 +0000 (23:45 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 15 Sep 2020 21:45:27 +0000 (23:45 +0200)
commit1f92e7c348bec299476cdabcda00f88166fbcf58
treec1af97baf8b2a49b2c66f07a1e2d659f5311145f
parenteb80e63b98be98a7648e6747a33bef29b01cf5a7
:art: Use 'funcdef'
68 files changed:
ast
examples/class_func_pointer.gw
examples/func_pointer.gw
examples/func_ptr.gw
examples/implicit_fptr.gw
examples/implicit_fptr_class.gw
examples/implicit_fptr_tmpl.gw
examples/ptr_assign_class.gw
tests/UsrUgen/null_tick.gw
tests/error/empty_member_ptr.gw
tests/error/fptr_other_class.gw
tests/error/func_ptr_empty.gw
tests/error/lambda_mismatch2.gw
tests/error/lambda_mismatch3.gw
tests/error/non_public_typedef_global_scope.gw
tests/error/pointer_outside_class.gw
tests/error/pointer_unknown.gw
tests/error/pointer_unknown_arg.gw
tests/error/ptr_arg_0_size.gw
tests/error/ptr_arg_array.gw
tests/error/ptr_assign_global.gw
tests/error/ptr_assign_member.gw
tests/error/ptr_assign_other.gw
tests/error/ptr_defined.gw
tests/error/ptr_no_match.gw
tests/error/ptr_static_outside.gw
tests/error/ptr_static_outside2.gw
tests/error/typedef_func_tmpl_types.gw
tests/error/typedef_func_tmpl_types2.gw
tests/fptr/class_ptr01.gw
tests/fptr/class_ptr1.gw
tests/fptr/class_ptr2.gw
tests/fptr/class_ptr3.gw
tests/fptr/class_ptr31.gw
tests/fptr/fptr_class_type.gw
tests/fptr/fptr_global0.gw
tests/fptr/fptr_tmpl_cast.gw
tests/new/class_fptr_returns_fptr.gw
tests/new/implicit_fptr.gw
tests/new/lambda.gw
tests/new/lambda2.gw
tests/new/spork_fptr.gw
tests/new/spork_fptr2.gw
tests/new/test.gw
tests/new/test2.gw
tests/new/typedef_func_class.gw
tests/new/typedef_func_class_variadic.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/tree/assign_member_ptr.gw
tests/tree/call_nonnull.gw
tests/tree/fptr_call_decl.gw
tests/tree/fptr_class.gw
tests/tree/fptr_global0.gw
tests/tree/fptr_other_class.gw
tests/tree/func_ptr_array.gw
tests/tree/ptr_arg_array.gw
tests/tree/ptr_decl_assign.gw
tests/tree/ptr_test.gw
tests/tree/static_data_test.gw
tests/tree/template_fptr.gw
tests/tree/typedef_func.gw
tests/tree/typedef_func_class.gw
tests/tree/typedef_func_tmpl.gw
tests/tree/typedef_func_tmpl2.gw
tests/tree/typedef_func_tmpl_class.gw