Typz added inline comments.
================ Comment at: unittests/Format/FormatTest.cpp:8969 + " barrrrrrrrrrrrrr(1) {}", CtorInitializerStyle); + CtorInitializerStyle.BreakConstructorInitializers = FormatStyle::BCIS_BeforeComma; + verifyFormat("Fooooooooooo::Fooooooooooo()\n" ---------------- djasper wrote: > This is a useless test if it doesn't actually have multiple initializers > separated by a comma. since we are interested only in the behavior next to the colon, I think it is relevant... But I'll add extra parameter to make it more realistic, Repository: rC Clang https://reviews.llvm.org/D32525 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits