[PATCH] D127366: [clang-format][NFC] Format lib/Format and unittests/Format in clang
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 8 23:36:10 PDT 2022
curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.
LGTM.
================
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);
----------------
This line was just left unformatted, right? Or there was a recent change in the behaviour?
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