[clang-tools-extra] [clang-reorder-fields] Support designated initializers (PR #142150)

Vladimir Vuksanovic via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 24 07:56:08 PDT 2025


================
@@ -81,18 +83,52 @@ getNewFieldsOrder(const RecordDecl *Definition,
   return NewFieldsOrder;
 }
 
+struct ReorderedStruct {
----------------
vvuksanovic wrote:

Okay, I separated the commits.

https://github.com/llvm/llvm-project/pull/142150


More information about the cfe-commits mailing list