benhamilton added inline comments.
================ Comment at: unittests/Format/FormatTest.cpp:7666 FormatStyle Style = getLLVMStyle(); + // ObjC ignores IndentWrappedFunctionNames when wrapping methods. Style.IndentWrappedFunctionNames = false; ---------------- djasper wrote: > maybe: .. and always indents. ? Sure, done. Repository: rC Clang https://reviews.llvm.org/D45004 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits