[PATCH] D71512: [clang-format] Fix short block when braking after control statement
Pablo Martin-Gomez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 20 09:58:24 PST 2020
Bouska marked an inline comment as done.
Bouska added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:662
"{\n"
- " ffffffffffffffffffffffffffffffffffffffffffffffffffffff();\n"
"}",
----------------
MyDeveloperDay wrote:
> I'm just not comfortable with changing tests, code can still be written in the way it was before, and I cannot tell what it would now be, I believe tests should be additive
Ok, I'll keep the original test and add two new ones.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71512/new/
https://reviews.llvm.org/D71512
More information about the cfe-commits
mailing list