[PATCH] D54862: [OpenCL] Add generic AS to 'this' pointer
Argyrios Kyrtzidis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 5 08:17:25 PST 2018
akyrtzi added inline comments.
================
Comment at: lib/Index/USRGeneration.cpp:274
+ if (unsigned quals = MD->getTypeQualifiers().getCVRUQualifiers())
Out << (char)('0' + quals);
switch (MD->getRefQualifier()) {
----------------
rjmccall wrote:
> Paging @akyrtzi here. The address-space qualifier should be part of the USR but I don't think if there's a defined schema for that.
If I understand correctly from other comments you can't add special mangling and USR generation yet and intend to add FIXME for doing mangling support later ? If yes, could you also add FIXME here and re-visit ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54862/new/
https://reviews.llvm.org/D54862
More information about the cfe-commits
mailing list