appleseedlab / maki

A tool for analyzing syntactic and semantic properties of C Preprocessor macros in C programs
8 stars 3 forks source link

Decay arrays in type declarations to pointers #23

Closed SilverMight closed 3 months ago

SilverMight commented 3 months ago

Small change to decay array types to pointers in a return or variable type within the TypeSignature.

This will bring the behavior to align with the changes in #12, which only affected array types in function parameters.