rjmccall added inline comments.
================ Comment at: clang/lib/Sema/SemaExprCXX.cpp:4108 + NewToType = Context.getPointerType(NewToType); + } + ---------------- Hmm, sorry, just noticed this. Could you write this so that it preserves the original kind of pointer of `ToType`? I think it has to be a `PointerType`, `BlockPointerType,` or `ObjCObjectPointerType`. It doesn't look like there's an existing utility for that. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70605/new/ https://reviews.llvm.org/D70605 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits