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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to