[PATCH] D16058: [clang-format] Fix comment aligning when there are changes within the comment

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 11 05:13:42 PST 2016


klimek added inline comments.

================
Comment at: lib/Format/WhitespaceManager.h:145
@@ +144,3 @@
+    // comment.
+    bool IsTrailingCommentContinuation;
+
----------------
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"?


http://reviews.llvm.org/D16058





More information about the cfe-commits mailing list