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
Set the correct offset for ASTStmtReader::NumExprFields
For creating an empty DeclRefExpr, we need to pass NumTemplateArgs. This
depends on the NumExprFields.
In Checked C, we changed the NumExprFields from 5 to 7. But upstream has this
field as 6. So we adjust this and change it to 8.
0 commit comments