Wawha added a comment.

Indeed, I found another case with a regression:

  return iter::chain.from_iterable(
    [](auto&& ite) -> auto&
    {
      return ite.second;
    });

it's format all inline.

And also another different in that case (without lambda):

        ASSERT_NO_THROW(
                {
                        iterator += 507408;
                });

is now format like this:

        ASSERT_NO_THROW({ iterator += 507408; });


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

https://reviews.llvm.org/D104222

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

Reply via email to