ClangSharp icon indicating copy to clipboard operation
ClangSharp copied to clipboard

Structure field type remapping

Open danilwhale opened this issue 8 months ago • 0 comments

For example, I want to remap structure field from:

int Something.type;

to:

SomethingType Something.type;

As concept, I can use --remap-type Something.type=SomethingType.

danilwhale avatar Jun 15 '24 11:06 danilwhale