[clang-tools-extra] [clang-reorder-fields] Support designated initializers (PR #142150)
Clement Courbet via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 26 00:34:02 PDT 2025
================
@@ -289,35 +321,213 @@ static void reorderFieldsInConstructor(
Replacements);
}
+/// Replacement for broken InitListExpr::isExplicit function.
+/// TODO: Remove when InitListExpr::isExplicit is fixed.
----------------
legrosbuffle wrote:
s/TODO/FIXME/
If there and open bug for this ?
https://github.com/llvm/llvm-project/pull/142150
More information about the cfe-commits
mailing list