klimek added inline comments.

================
Comment at: unittests/Format/FormatTest.cpp:4359
+               "    return 3;\n"
+               "  }).as("");\n"
+               "}");
----------------
What would be interesting is tests that:
a) have another value after the closing }; doesn't really make sense in this 
test, but usually these are in calls
f([]() { ... }, foo, bar).call(...)

b) make .as("") have paramters that go beyond the limit

c) add another chained call behind .as(""). 


Repository:
  rC Clang

https://reviews.llvm.org/D45719



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D45719: [clang-For... Anders Karlsson via Phabricator via cfe-commits
    • [PATCH] D45719: [clan... Manuel Klimek via Phabricator via cfe-commits

Reply via email to