djasper added a comment.

Hm. I don't actually know whether these examples are useful as is. You only 
present one setting of the value in most cases. What's interesting is actually 
how the flag changes the behavior. I mean in most cases, this can be derived 
from the example, but in those cases, it's also fairly obvious what the flag 
does. Unfortunately, I also don't have a significantly better idea. Maybe 
something like https://clangformat.com/ is just better at handling this?



================
Comment at: include/clang/Format/Format.h:661
   /// \brief If ``true``, spaces will be inserted after ``[`` and before ``]``.
+  /// Lambdas or unspecified size array declarations will not be updated.
+  /// \code
----------------
"update" seems like the wrong word. Maybe "affected"?


https://reviews.llvm.org/D30532



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

Reply via email to