Nice.
================ Comment at: lib/Format/UnwrappedLineFormatter.h:42-44 @@ -67,1 +41,5 @@ + /// \brief Format the current block and return the penalty. + unsigned format(const SmallVectorImpl<AnnotatedLine *> &Lines, + const bool DryRun = false, const int AdditionalIndent = 0, + const bool FixBadIndentation = false); ---------------- I think 'const' isn't really necessary. http://reviews.llvm.org/D9597 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
