commit | 8ae3684aa999f5b73b2a6d48614ff5ddb684ff3e | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Oct 07 10:21:57 2008 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Oct 07 10:21:57 2008 +0000 |
tree | f177e95bf25c90db5b45ff9df399cbecd56102e0 | |
parent | de7509f01ad6a9bed89dde95fab0483c222ed555 [diff] |
In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed. Fixes this bug: int (x)(0); // error, expected function declarator where the '(0)' initializer is llvm-svn: 57241