erichkeane added inline comments.

================
Comment at: clang/lib/Sema/SemaExpr.cpp:10307
       CXXCastPath Path;
       CheckPointerConversion(RHS.get(), LHSType, Kind, Path,
                              /*IgnoreBaseAccess=*/false, Diagnose);
----------------
Does the LHSType here need switching too?  Or are we just going to use the 
'normal' pointer conversion rules here?


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

https://reviews.llvm.org/D148730

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

Reply via email to