djasper added inline comments.

================
Comment at: lib/Format/ContinuationIndenter.cpp:900
+             std::max(NextNonComment->LongestObjCSelectorName,
+                      unsigned(NextNonComment->TokenText.size())) -
              NextNonComment->ColumnWidth;
----------------
I'd prefer to use std::max<unsigned>( .. )

(and we generally don't use c-style casts)


Repository:
  rC Clang

https://reviews.llvm.org/D43121



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

Reply via email to