[PATCH] D35082: [OpenCL] Add LangAS::opencl_private to represent private address space in AST
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 17 19:22:52 PDT 2017
rjmccall added a comment.
Well, we don't currently have a concept of a non-canonical qualifier, but I think it probably wouldn't be difficult to support; you would just need ASTContext::getQualifiedType to be aware of it.
https://reviews.llvm.org/D35082
More information about the cfe-commits
mailing list