[PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines
Robert F-C via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 14:52:50 PDT 2019
rfairliecuninghame added a comment.
The excellent and extensive Poco library project (https://pocoproject.org/) is an open-source example which limits constructor initializers to one-per-line (StyleGuide here: http://www.appinf.com/download/CppCodingStyleGuide.pdf, random example: https://github.com/pocoproject/poco/blob/master/Foundation/src/Base64Decoder.cpp).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D14484/new/
https://reviews.llvm.org/D14484
More information about the llvm-commits
mailing list