owenpan accepted this revision.
owenpan added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:7989-7990
 
+  verifyFormat("#define MAKE_DEF(NAME)                                         
"
+               "                \\\n"
+               "  auto NAME() -> int { return 42; }");
----------------
I'd reduce `ColumnLimit` to 60 for example to get rid of the string 
concatenation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141811/new/

https://reviews.llvm.org/D141811

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to