================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to