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
[sema] enhance error handling for compound stmt body in StmtExpr
Mark the whole StmtExpr invalid when the last statement in compound statement is invalid.
Because the last statement need to do copy initialization, it causes subsequent errors to simply ignore last invalid statement.
0 commit comments