[PATCH] D53705: [OpenCL] Postpone PSV address space diagnostic
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 29 10:41:17 PDT 2018
svenvh added a comment.
Unlikely, since address spaces are provided in a different way in OpenCL C++ vs OpenCL C.
OpenCL C provides qualifiers such as `global` as part of the language. OpenCL C++ provides template classes such as `cl::global<T>` through a header file.
Repository:
rC Clang
https://reviews.llvm.org/D53705
More information about the cfe-commits
mailing list