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 address lowering rewrites a return to use an indirect convention,
it creates a ParamDecl, using the function's decl context. Some
functions, such as default argument getters, don't have such contexts,
though. In such cases, fall back to module as decl context.
0 commit comments