| commit | 2e550fea6ab0bf61ff6e7dfd68608b5af431184c | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Jun 06 05:26:32 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Jun 06 05:26:32 2007 +0000 |
| tree | 5534d9270ec58d9d95f4aef2527e437af715a6b9 | |
| parent | 3d01e4eacb54923ba05ac381ae17936e541c1e1c [diff] |
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