[PATCH] D30734: Add more examples to clang-format configuration

2017-03-08 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL297275: Add more examples to clang-format configuration (authored by sylvestre). Changed prior to commit: https://reviews.llvm.org/D30734?vs=91002&id=91003#toc Repository: rL LLVM https://reviews.ll

[PATCH] D30734: Add more examples to clang-format configuration

2017-03-08 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru updated this revision to Diff 91002. sylvestre.ledru added a comment. with the changes, I will land it now https://reviews.llvm.org/D30734 Files: docs/ClangFormatStyleOptions.rst include/clang/Format/Format.h Index: include/clang/Format/Format.h

[PATCH] D30734: Add more examples to clang-format configuration

2017-03-08 Thread Daniel Jasper via Phabricator via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. Please upload patches with full context or use arc (https://secure.phabricator.com/book/phabricator/article/arcanist/). Generally looks good, just minor comments. Comment

[PATCH] D30734: Add more examples to clang-format configuration

2017-03-08 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru created this revision. Herald added a subscriber: klimek. https://reviews.llvm.org/D30734 Files: docs/ClangFormatStyleOptions.rst include/clang/Format/Format.h Index: include/clang/Format/Format.h === --- include