owenpan added inline comments.

================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:313
               break;
+          if ((*J)->Level == TheLine->Level)
+            return false;
----------------
curdeius wrote:
> owenpan wrote:
> > To be safe?
> Good idea. Will do.
> Any idea how to provoke this (if at all possible)?
I can't think of a valid C++ example that would trigger this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120902

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

Reply via email to