================ @@ -3903,6 +3903,7 @@ class EnumDecl : public TagDecl { void setInstantiationOfMemberEnum(ASTContext &C, EnumDecl *ED, TemplateSpecializationKind TSK); +public: ---------------- Michael137 wrote:
Can we not just leave this whole block in `TypeSystemClang::CompleteTagDeclarationDefinition`? That way you can just pass the `NumNegativeBits`/`NumPositiveBits` to `EnumDecl::completeDefinition` like we used to. Why do we need to move it over here? https://github.com/llvm/llvm-project/pull/115005 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits