MyDeveloperDay added a comment.

I personally like to keep clang-format and clang-format tests clang formatted 
all the time so we have a reasonable set of "clang-format-clean" code we can 
sanity check any change against, the more of LLVM that can be clean the better 
our testing can be.



================
Comment at: clang/docs/ClangFormatStyleOptions.rst:2790
 
+**LambdaBodyIndentation** (``LambdaBodyIndentationKind``)
+  What is the lambda body indented relative to (default is ``Signature``).
----------------
vlovich wrote:
> MyDeveloperDay wrote:
> > Did you generate this by hand or using the clang/doc/tools/dump_style.py?
> By hand. `dump_format_style` generates other changes (although I wasn't aware 
> of it at the time). I'll regenerate just this section using that tool.
it shouldn't, that probably means someone has made a change without keeping 
them consistent..I'll take a look at that.


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

https://reviews.llvm.org/D102706

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

Reply via email to