rjmccall added inline comments.
================ Comment at: lib/Sema/SemaExpr.cpp:2666 + ? FromType->getPointeeType().getAddressSpace() + : FromType.getAddressSpace()); ---------------- Please do a `getAs<PointerType>()` into a local and then use that here and below. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58708/new/ https://reviews.llvm.org/D58708 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits