sylvestre.ledru added inline comments.

================
Comment at: docs/ClangFormatStyleOptions.rst:941
+     ContinuationIndentWidth: 2
+     ColumnLimit: 15
+
----------------
djasper wrote:
> You could force line wraps with tailing //-comments instead.
much better. thanks



================
Comment at: docs/ClangFormatStyleOptions.rst:978
+     original:                      vs.     true:
+     int *foo = 2;                          int *foo = 2;
+     int &j = i;                            int &j = i;
----------------
djasper wrote:
> I think this example is very confusing. Possibly for this option, it doesn't 
> really makes sense to give examples. Or don't have a before/after but instead 
> have two examples where clang-format determines different pointer alignment?
right, removed.
I updated the wording of the desc


https://reviews.llvm.org/D31408



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

Reply via email to