MyDeveloperDay added a comment.

I don't like seeing users having to use ```// clang-format off```

  auto try_sequence = [](int& ref) -> return_ignore {
              /* clang-format off */
              for co_await(int v : return_random_int())
                  ref = v;
              /* clang-format on*/
          };

it would be nice if we could land a co_routines improvement


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

https://reviews.llvm.org/D91245

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

Reply via email to