[PATCH] D150848: [clang-format] Respect ColumnLimit 0 line breaks in inline asm
Emilia Kond via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 02:20:16 PDT 2023
rymiel marked 2 inline comments as done.
rymiel added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:4626-4627
+ verifyFormat(Code1, Style);
+ EXPECT_EQ(Code2, format(Code2, Style));
+ EXPECT_EQ(Code3, format(Code3, Style));
+
----------------
owenpan wrote:
> We have `verifyNoChange` now. See D153109.
Sorry, this patch was so old and I forgot that refactor happened, thanks for reminding me, i pushed https://github.com/llvm/llvm-project/commit/6e39b0ddf08ab5cd44fed2d16e9669d64aa733ef
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150848/new/
https://reviews.llvm.org/D150848
More information about the cfe-commits
mailing list