owenpan added inline comments.

================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:92-96
+      unsigned LevelIndent = Line.First->OriginalColumn;
+      if (static_cast<int>(LevelIndent) - Offset >= 0)
+        LevelIndent -= Offset;
+      assert(Line.Level < IndentForLevel.size());
+      if (Line.First->isNot(tok::comment) || IndentForLevel[Line.Level] == -1)
----------------
Ditto.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155094

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

Reply via email to