owenpan accepted this revision.
owenpan added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Format/FormatTest.cpp:7954
+  verifyFormat(
+      "Class::Class(int some, int arguments, int loooooooooooooonoooooog,\n"
+      "             int mooooooooooooore) noexcept :\n"
----------------
`loooooooooooooooooooong`?


================
Comment at: clang/unittests/Format/FormatTest.cpp:7994-7997
   verifyFormat("Constructor(aaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,\n"
-               "            aaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa) :\n"
-               "    aaaaaaaaaa(aaaaaa) {}",
+               "            aaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa) : "
+               "aaaaaaaaaa(aaaaaa) {}",
                Style);
----------------
Shorten the ctor name so that we don't have to split the line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158505

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

Reply via email to