MyDeveloperDay added a comment.

This is born out by setting ContinuationIndentWidth: 8

  int   i  = 0;
  float i2 = 0;
  auto  v  = type{
          i = 1,   //
          (i = 2), //
          i = 3    //
  };

So maybe the original test is correct..


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