owenpan added inline comments.
================ Comment at: clang/unittests/Format/FormatTest.cpp:25442 "} while (hasMore() && Filter(*I));", - "do { ++I; } while (hasMore() && Filter(*I));", - Style); + "do { ++I; } while (hasMore() && Filter(*I));", Style); ---------------- curdeius wrote: > This line was just left unformatted, right? Or there was a recent change in > the behaviour? It was unformatted. I must have forgotten to run git-clang-format. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127366/new/ https://reviews.llvm.org/D127366 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits