[PATCH] D34395: clang-format: add options to merge empty record body

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 25 23:10:53 PDT 2017


djasper added a comment.

Do you know of a style guide that would actually want to handle class, structs and unions differently? In most of Clang, they are handled as "records" and fundamentally, they are so alike that I'd hope that people always want the same behavior for all of them.


https://reviews.llvm.org/D34395





More information about the cfe-commits mailing list