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
When dealing with opaque (unelaborated) classes, this infers
that a particular class or superclass must have a particular
field when the source program assumes their presence (i.e.
when there is an ((A*)a)->x reference and we don't yet know that
a field named 'x' exists). This feeds into opaque stub generation,
which can use the inferred type descriptor to create appropriate
object initialisers in stub functions.
0 commit comments