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

================
Comment at: clang/lib/Format/Format.cpp:1850
+      for (FormatToken *Token = Line->First; Token; Token = Token->Next) {
+        if (Token->Finalized || Token->BraceCount == 0)
+          continue;
----------------
curdeius wrote:
> I think that we can skip the whole line if the first token on line is 
> finalized.
Good point!


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

https://reviews.llvm.org/D120217

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

Reply via email to