]> Nishi Git Mirror - gwion.git/commit
:art: Rename funcdef to funptr
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 23 Apr 2021 16:00:24 +0000 (18:00 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 23 Apr 2021 16:00:24 +0000 (18:00 +0200)
commit76514d765495993bec7cff08b1d807eac8071c2e
tree83856ede7907f2eaca6013639eebeb02ae75f844
parenta4ab43b4c8c25fc4440122881657ba738b83b48b
:art: Rename funcdef to funptr
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
plug
src/parse/operator.c
tests/decay_op/op.gw
tests/effects/try.gw [new file with mode: 0644]
tests/error/fptr_call_decl.gw
tests/error/fptr_other_class.gw
tests/error/lambda_mismatch2.gw
tests/error/lambda_mismatch3.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/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