Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

`FuncPtr` mapping: support empty-paren functions and varargs

Open ForNeVeR opened this issue 1 year ago • 0 comments

#356 introduced mapping of function pointer types to FuncPtr<TDelegate>.

Currently, there's no mapping for functions with empty parens or functions with vararg parameters.

We should support that.

While implementing, see number 487 in the project code. There are several places where the changes will be required.

This is important for us to support compiling of all C programs in the wide architecture.

ForNeVeR avatar Nov 23 '23 22:11 ForNeVeR