================
Comment at: lib/Format/FormatToken.h:127
@@ +126,3 @@
+
+ /// \brief Whether the token text contains newlines (escaped or not).
+ bool isMultiline() const { return CodePointsInFirstLine != 0; }
----------------
nit: s/Whether/Returns \c true if/http://llvm-reviews.chandlerc.com/D1556 BRANCH svn ARCANIST PROJECT clang _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
