svenvh added inline comments.
================ Comment at: clang/lib/Sema/SemaDecl.cpp:8673 + // reference if an implementation supports them in kernel parameters. + if (!PointeeType->isAtomicType() && !PointeeType->isVoidType() && + !PointeeType->isStandardLayoutType()) ---------------- I am wondering if this should be made conditional on C++ mode? Or is there no possible way that this new `return InvalidKernelParam` can be triggered from OpenCL C mode? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100471/new/ https://reviews.llvm.org/D100471 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits