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
2 files changed
tree: 5534d9270ec58d9d95f4aef2527e437af715a6b9
  1. clang/
  2. llvm/
  3. stacker/