When parsing an expr in stmt context, make sure to consume the semicolon
after the expr along with the expr. If we don't do this, the semicolon gets parsed as a nullstmt, which makes the generated AST very strange. llvm-svn: 39600
Loading
Please register or sign in to comment