[PATCH] Split UnwrappedLineFormatter into individual components
Daniel Jasper
djasper at google.com
Fri Aug 16 04:23:00 PDT 2013
Submitted as r188543.
================
Comment at: lib/Format/ContinuationIndenter.h:64
@@ +63,3 @@
+ unsigned addTokenToState(bool Newline, bool DryRun, LineState &State);
+
+ /// \brief Mark the next token as consumed in \p State and modify its stacks
----------------
Manuel Klimek wrote:
> I'd insert "private:" here. That would also paper over the fact that the next function has parameters in a different order for no obvious reason.
Fixed both.
http://llvm-reviews.chandlerc.com/D1420
More information about the cfe-commits
mailing list