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
This is what I would done in C IR translation #253, but libclang already does this for us. The unfortunate part is that it's hard to figure that out. We'd prefer to know about typedef already when processing the struct, but it doesn't seem to be possible.
E.g.
gives
also
clang
agrees with this:if someone knows already, please tell.
The text was updated successfully, but these errors were encountered: