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
C front-end: clean up use of ID_designated_initializer
The parser unnecessarily introduced an ID_designated_initializer into
offsetof when no id was required, thereby creating an expression with
ID_designated_initializer that had a different shape from all other uses
of ID_designated_initializer. With this cleaned up, enable expr2c to
print designated-initializer expressions.
0 commit comments