[PATCH] [ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
rnk at google.com
Wed Mar 20 15:59:50 PDT 2013
================
Comment at: lib/CodeGen/MicrosoftCXXABI.cpp:403
@@ +402,3 @@
+ // FIXME: Implement function member pointers.
+ return GetBogusMemberPointer(QualType(MPT, 0));
+}
----------------
Timur Iskhodzhanov wrote:
> + ErrorUnsupportedABI?
Can't, I don't have a CGF to do it, or I'd do it here and elsewhere. That was the status quo for the default implementations from CGCXXABI.cpp.
http://llvm-reviews.chandlerc.com/D558
More information about the cfe-commits
mailing list