sstwcw marked 2 inline comments as done.
sstwcw added a comment.

It turned out this patch does change behavior.

  -  while (
  -      FormatTok->isOneOf(tok::identifier, tok::kw_requires, 
tok::coloncolon)) {
  +  while (FormatTok->isOneOf(tok::identifier, tok::kw_requires,
  +                            tok::coloncolon)) {

So what do I do?

And what's the regression suite?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121756

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

Reply via email to