================
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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to