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
Loading
Please register or sign in to comment