[PATCH] D127366: [clang-format][NFC] Format lib/Format and unittests/Format in clang

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 03:00:18 PDT 2022


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



More information about the cfe-commits mailing list