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
Look up type again if accessing incomplete structs.
If a struct was forward-declared, then completed later, we previously
didn't always allow accessing fields on that struct. It depended on
whether typedefs were involved and what order the declarations appeared
in. This commit ensures that we always find the right type declaration,
if it's in scope at the time of use.
0 commit comments