klimek added inline comments.
================ Comment at: unittests/Format/FormatTest.cpp:4449-4450 + " })\n" + " .foo(\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\"\n" + " \"bbbbbbbbbbbbbbbbbbbbbb\");\n" + "}"); ---------------- One more nit: I'd use a Style with a smaller column limit for these tests, makes them a lot more readable :) ================ Comment at: unittests/Format/FormatTest.cpp:4452 + "}"); + + verifyFormat("test() {\n" ---------------- Are the ones below here testing anything that's not tested above? 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