zturner added inline comments. ================ Comment at: lib/Format/TokenAnnotator.h:168 @@ -158,1 +167,3 @@ + bool mustBreakForReturnType(const AnnotatedLine &Line, + FormatToken &Token) const; ---------------- djasper wrote: > Some comment might help. E.g. at the very least, does that mean must break > before or after "Token" (alternatively, name that Left or Right). Turns out this variable wasn't even used. I'll just delete it.
http://reviews.llvm.org/D10370 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits