owenpan added inline comments.

================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:82-83
+    if (Size <= Line.Level)
+      IndentForLevel.insert(IndentForLevel.end(), Line.Level - Size + 1,
+                            UnknownIndent ? -1 : Indent);
   }
----------------
HazardyKnusperkeks wrote:
> Could we do this with with `resize` similar to my proposal in D129064?
Good idea!


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

https://reviews.llvm.org/D129105

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

Reply via email to