krasimir added inline comments.

================
Comment at: lib/Format/UnwrappedLineFormatter.cpp:845
+      if (!Invalid)
+        os << " This might be due to a syntax error at line " << LineNumber
+           << ".";
----------------
djasper wrote:
> I wonder whether this might be confusing when an unwrapped line spans over 
> multiple physical lines. But I also don't have a much better idea on how to 
> phrase this.
We may wait and see how much people will be confused.


https://reviews.llvm.org/D32298



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

Reply via email to