lgtm

================
Comment at: lib/CodeGen/CGCXXABI.h:94-96
@@ -93,3 +93,5 @@
   /// when called virtually, and code generation does not support the case.
   virtual bool HasThisReturn(GlobalDecl GD) const { return false; }
 
+  virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; }
+
----------------
rnk wrote:
> Can we write a wrapper for these that takes the this type and returns the 
> return type of void, void*, or decltype(this)?
We discussed this in person, and it doesn't seem worth it.

http://reviews.llvm.org/D5996



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to