================
@@ -3602,6 +3602,10 @@ class MemberPointerType : public Type, public 
llvm::FoldingSetNode {
   }
 
   NestedNameSpecifier *getQualifier() const { return Qualifier; }
+  CXXRecordDecl *getCXXRecordDecl() const;
----------------
ilya-biryukov wrote:

Could you make this private for now to give some space for @mizvekov to have a 
discussion for the proper name of the getter, while still being able to land 
this?

https://github.com/llvm/llvm-project/pull/137910
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to