ahatanak marked an inline comment as done.
ahatanak added inline comments.

================
Comment at: clang/lib/Sema/SemaChecking.cpp:13111
+  }
+  }
+  return std::make_tuple(false, CharUnits::Zero(), CharUnits::Zero());
----------------
rjmccall wrote:
> Derived-to-base conversions.
Does this include cases where bases are virtual? I think that would be more 
complex as it requires tracking the most-derived object. Do you think it's 
important to handle virtual bases in this patch or should it be done separately 
in a follow-up?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78767/new/

https://reviews.llvm.org/D78767



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to