djasper added inline comments.

================
Comment at: lib/Format/WhitespaceManager.h:145
@@ +144,3 @@
+    // comment.
+    bool IsTrailingCommentContinuation;
+
----------------
klimek wrote:
> djasper wrote:
> > I find the term "continuation" a bit confusing here. How about something 
> > like "IsInsideToken"?
> "Token" sounds like it could be true for things outside comments. Perhaps 
> "InComment"?
So why not store the more generic information here? We already have the extra 
information whether this is a line comment or not stored in the token kind.


http://reviews.llvm.org/D16058



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

Reply via email to