MyDeveloperDay added a comment.

Could we resolve this with just

  // Continued braced list.
  if (Changes[ScopeStart - 2].Tok->isNot(tok::identifier) &&
      Changes[ScopeStart - 1].Tok->is(tok::l_brace) &&
      Changes[i].Tok->isNot(tok::r_brace))
    return true;


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116527/new/

https://reviews.llvm.org/D116527

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to