[PATCH] Remove extra whitespace instead of breaking the line in comments when possible.
Manuel Klimek
klimek at google.com
Fri Nov 8 19:12:09 PST 2013
================
Comment at: lib/Format/BreakableToken.h:62
@@ -61,2 +61,3 @@
virtual void insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split,
+ bool InsertNewline,
WhitespaceManager &Whitespaces) = 0;
----------------
As discussed offline, it's probably a good idea to instead add a new method to just remove blanks...
http://llvm-reviews.chandlerc.com/D2131
More information about the cfe-commits
mailing list