djasper accepted this revision. djasper added inline comments. This revision is now accepted and ready to land.
================ Comment at: unittests/Format/FormatTestObjC.cpp:388 + // Wrapped method parameters should be indented. + verifyFormat("- (VeryLongReturnTypeName)\n" + " veryLongMethodParameter:(VeryLongParameterName)" ---------------- Set Style.ColumnLimit to something lower so that you don't have to wrap single lines (for better test readability). Repository: rC Clang https://reviews.llvm.org/D41195 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits