[PATCH] D29300: [clang-format] Refactor WhitespaceManager and friends

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 31 04:43:27 PST 2017


krasimir added inline comments.


================
Comment at: lib/Format/WhitespaceManager.cpp:178
-      LastBlockComment = &Change;
-    } else if (Change.Kind == tok::unknown) {
-      if ((Change.StartOfBlockComment = LastBlockComment))
----------------
What happened to the tok::unknown case?


https://reviews.llvm.org/D29300





More information about the cfe-commits mailing list