djasper marked an inline comment as done.
djasper added inline comments.

================
Comment at: lib/Format/WhitespaceManager.cpp:178
-      LastBlockComment = &Change;
-    } else if (Change.Kind == tok::unknown) {
-      if ((Change.StartOfBlockComment = LastBlockComment))
----------------
krasimir wrote:
> What happened to the tok::unknown case?
We actually don't set the token back to unknown in replaceWhitespaceInToken 
anymore if this is a comment. So I moved this logic back into the if above.


https://reviews.llvm.org/D29300



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

Reply via email to