[clang] [clang-format] Fix greatergreater (PR #122282)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 15 21:52:58 PST 2025
================
@@ -28188,6 +28188,17 @@ TEST_F(FormatTest, BreakBinaryOperations) {
" | byte_buffer[2] << 16\n"
" | byte_buffer[3] << 24;",
Style);
----------------
andergnet wrote:
I think we are not agreeing on what the outcome should be :), see the [comment](https://github.com/llvm/llvm-project/issues/106228#issuecomment-2594591797)
https://github.com/llvm/llvm-project/pull/122282
More information about the cfe-commits
mailing list