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
llvm#138731 (comment)
A call expression might have been partially constructed,
in which case it will be a call-expressions (and its type
will not be that of a function)
To address that, we check that the expression might already be
a well-formed call
0 commit comments