No information for parameter with undefined size
Brought to you by:
senexcanis
The parser returns an 'array_size' attribute if the parameter to a function is an array with a set size(e.g. double values[10]), but does not return 'array_size' or any indication of an array if the parameter is an array with undefined size (e.g. double values[]).
Please see the attached header file for an example.
Just saw another ticket regarding this issue. My apologies.
Closing