[PATCH] D116859: [clang-format] Fix break being added to macro define with ColumnLimit: 0
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 13 23:45:02 PST 2022
curdeius added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:19610
getLLVMStyleWithColumns(35));
- verifyFormat("\"一 二 三 四 五 六 七 八 九 十\"",
- getLLVMStyleWithColumns(31));
+ verifyFormat("\"一 二 三 四 五 六 七 八 九 十\"", getLLVMStyleWithColumns(31));
verifyFormat("// Однажды в студёную зимнюю пору...",
----------------
Oops. Fixed post-commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116859/new/
https://reviews.llvm.org/D116859
More information about the cfe-commits
mailing list