klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: lib/Format/UnwrappedLineParser.h:126
   bool eof() const;
-  void nextToken();
+  // LevelDifference is the difference of levels after and before this token.
+  // For example:
----------------
s/this token/the current token/
"This token" can be interpreted as the one nextToken reads otherwise.


https://reviews.llvm.org/D35794



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to