Skip to content
Commit 2e550fea authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 3d01e4ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment