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

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 11 05:10:17 PST 2016


djasper added inline comments.

================
Comment at: lib/Format/WhitespaceManager.h:145
@@ +144,3 @@
+    // comment.
+    bool IsTrailingCommentContinuation;
+
----------------
I find the term "continuation" a bit confusing here. How about something like "IsInsideToken"?


http://reviews.llvm.org/D16058





More information about the cfe-commits mailing list