[Lldb-commits] [clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 27 10:17:26 PST 2025


================
@@ -3903,6 +3903,7 @@ class EnumDecl : public TagDecl {
   void setInstantiationOfMemberEnum(ASTContext &C, EnumDecl *ED,
                                     TemplateSpecializationKind TSK);
 
+public:
----------------
kuilpd wrote:

I left this in so that that I could simply do `enum_decl->setNumPositiveBits` in `DWARFASTParserClang.cpp` and then retrieve it via `enum_decl->getNumPositiveBits` in `TypeSystemClang.cpp`.

https://github.com/llvm/llvm-project/pull/115005


More information about the lldb-commits mailing list