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
Right now, if you have a DWARFTypefoo and you want to get some of its common derivations (e.g. foo *, const foo *), you need to jump through some hoops:
Right now, if you have a
DWARFType
foo
and you want to get some of its common derivations (e.g.foo *
,const foo *
), you need to jump through some hoops:This becomes especially annoying when you want multiple levels of derivation. Instead, we should support APIs like these:
The text was updated successfully, but these errors were encountered: