================
@@ -28188,6 +28188,17 @@ TEST_F(FormatTest, BreakBinaryOperations) {
                "                  | byte_buffer[2] << 16\n"
                "                  | byte_buffer[3] << 24;",
                Style);
----------------
owenca wrote:
```suggestion
               Style);

  verifyFormat("std::cin >> longOperand_1 >> longOperand_2\n"
               "    >> longOperand_3;",
               Style);
```
This test case, which is a minimum reproducer of #106228, would still fail.

https://github.com/llvm/llvm-project/pull/122282
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to