[PATCH] D34238: clang-format: Do not binpack initialization lists
Malcolm Parsons via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 15 07:33:56 PDT 2017
malcolm.parsons added a comment.
Some people write
auto x = std::map<int, std::string>{
{ 0, "foo fjakfjaklf kljj" },
{ 1, "bar fjakfjaklf kljj" },
{ 2, "stuff fjakfjaklf kljj" },
};
https://reviews.llvm.org/D34238
More information about the cfe-commits
mailing list