[PATCH] D116859: Fix for: clang-format: break added to macro define with ColumnLimit: 0

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 10 00:19:47 PST 2022


MyDeveloperDay added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:4811
+  verifyFormat("#define STRINGIFY(t) #t\n"
+               "#define MAKEVERSIONSTRING(x, y, z, build) STRINGIFY(x) \".\" STRINGIFY(y) \".\" STRINGIFY(z) \".\" STRINGIFY(build)\n",
+               ZeroColumn);
----------------
Can you fix this first


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