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
fix incorrect error source location on function calling convention
AstGen doesn't seem to report enough information to figure out if a
func decl has a calling convention ast node.
A calling convention could be present without it by marking the
function as inline for example.
0 commit comments