[PATCH] D83325: [Sema] Be more thorough when unpacking the AS-qualified pointee for a pointer conversion.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 23 14:54:31 PDT 2020
rjmccall added a comment.
`removeAddrSpaceQualType` should guarantee that it removes the address space qualifier; you shouldn't need to do something special here. That means it needs to iteratively desugar and collect qualifiers as long as the type is still address-space-qualified.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83325/new/
https://reviews.llvm.org/D83325
More information about the cfe-commits
mailing list