[PATCH] D51120: clang-format Additional Indent for class blocks

2018-09-25 Thread Darby Payne via Phabricator via cfe-commits
dpayne added a comment. @djasper @klimek Are there any comments here about this approach? Repository: rC Clang https://reviews.llvm.org/D51120 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/

[PATCH] D51120: clang-format Additional Indent for class blocks

2018-09-18 Thread Darby Payne via Phabricator via cfe-commits
dpayne updated this revision to Diff 166057. dpayne added a comment. Adding the missing Style member variable. Repository: rC Clang https://reviews.llvm.org/D51120 Files: docs/ClangFormatStyleOptions.rst include/clang/Format/Format.h lib/Format/Format.cpp lib/Format/UnwrappedLinePars

[PATCH] D51120: clang-format Additional Indent for class blocks

2018-08-22 Thread Darby Payne via Phabricator via cfe-commits
dpayne updated this revision to Diff 162129. dpayne added a comment. Adding unit tests to check indents, these were mostly taken from the original patch https://reviews.llvm.org/D22505. Repository: rC Clang https://reviews.llvm.org/D51120 Files: docs/ClangFormatStyleOptions.rst lib/Form

[PATCH] D51120: clang-format Additional Indent for class blocks

2018-08-22 Thread Darby Payne via Phabricator via cfe-commits
dpayne created this revision. dpayne added reviewers: klimek, djasper. Herald added subscribers: cfe-commits, mgorny. Hi, This is another attempt at fixing the issue describe here https://reviews.llvm.org/D22505. Some code bases will have an extra indent for member variables and functions, whil