Typz added inline comments.
================ Comment at: unittests/Format/FormatTest.cpp:6029 + + //TODO: this case does not work, not sure if there is reason... + MergeEmptyOnly.BreakBeforeBraces = FormatStyle::BS_Custom; ---------------- When testing this patch, I found a bug when `AllowShortFunctionsOnASingleLine = SFS_Empty` and `MergeEmptyOnly.BraceWrapping.AfterFunction = true` : I did not have the time to fix it yet, any idea what might be causing this? https://reviews.llvm.org/D33447 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits