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
2 files changed
tree: f177e95bf25c90db5b45ff9df399cbecd56102e0
  1. clang/
  2. llvm/