================
@@ -81,6 +82,7 @@ CXXRecordDecl::DefinitionData::DefinitionData(CXXRecordDecl
*D)
HasPrivateFields(false), HasProtectedFields(false),
HasPublicFields(false), HasMutableFields(false),
HasVariantMembers(false),
HasOnlyCMembers(true), HasInitMethod(false),
HasInClassInitializer(false),
+ HasUninitializedExplicitInitFields(false),
----------------
erichkeane wrote:
THIS I think makes sense as the alternative cost is too high, despite having a
cost on every `CXXRecordDecl`.
That said, should this be on `RecordDecl` instead?
https://github.com/llvm/llvm-project/pull/102040
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits