You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the error message for function with array but without size parameter
The error was a bit cryptic as to what it means, now tells the user
exactly which function has a parameter that has been labelled as an
array, but is missing the size parameter. Now produces:
Invalid User Input
Option: --associated-array-size
Reason: could not find parameter to associate the array size of array
"arr" (Expected parameter: "siz" on function "test2" in file example.c
line 9)
0 commit comments