[Lldb-commits] [clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 27 08:33:35 PST 2025
================
@@ -3903,6 +3903,7 @@ class EnumDecl : public TagDecl {
void setInstantiationOfMemberEnum(ASTContext &C, EnumDecl *ED,
TemplateSpecializationKind TSK);
+public:
----------------
Michael137 wrote:
Don't need this change anymore
https://github.com/llvm/llvm-project/pull/115005
More information about the lldb-commits
mailing list