[PATCH] D79465: [clang-format] Fix line lengths w/ comments in align

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 14 09:11:17 PDT 2020


MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/WhitespaceManager.cpp:417
+        LineLengthAfter += Changes[j].TokenLength;
+    }
     unsigned ChangeMaxColumn = Style.ColumnLimit - LineLengthAfter;
----------------
could you help us here with a comment, I don't understand what they mean by Change.IsInsideToken?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79465/new/

https://reviews.llvm.org/D79465





More information about the cfe-commits mailing list