[PATCH] D48419: [OpenCL] Fixed parsing of address spaces for C++

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 21 10:56:34 PDT 2018


yaxunl added a comment.

Did you notice the bug that C++ silently allows implicit casting of a pointer to a pointer type with different address space?

Do you have a fix for that?


https://reviews.llvm.org/D48419





More information about the cfe-commits mailing list