Skip to content
Commit 8ae3684a authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

In ParseParenDeclarator match "D.setGroupingParens(true);" with another...

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
parent de7509f0
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