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

Reply via email to