commit | ced5b4f57315c816c5c2c64a49dece4b36987d6a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 29 04:42:53 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 29 04:42:53 2007 +0000 |
tree | d38fccc8f55bd24d6c471c3cf900376683628f6c | |
parent | db526732de31219144f9020cd709a04ef93e3e87 [diff] |
The callers of ParseStructDeclaration are not expecting it to eat the terminating ;. Fix one place where it did, allowing this to compile without error: struct x { int a; union { int b; float c; }; int d; }; This reduces diagnostics on PR1750 from 33 to 27. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43437 91177308-0d34-0410-b5e6-96231b3b80d8