[PATCH] D32825: [clang-format] Improve understanding of combined typedef+record declarations

Jacob Bandes-Storch via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 5 00:59:58 PDT 2017


jtbandes added a comment.

It strikes me that this doesn't handle `using`-style type aliases, but it seems hard to do this correctly in general, so still valuable to catch this simple, common case. Let me know if you have any better suggestions!


https://reviews.llvm.org/D32825





More information about the cfe-commits mailing list