[PATCH] D47627: [ASTContext] Make getAddrSpaceQualType replace address spaces.

Bevin Hansson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 4 00:29:46 PDT 2018


ebevhan added a comment.

I have this patch uploaded as well: https://reviews.llvm.org/D47630

I suspected that there might be cases for which we would try adding the same address space to a type, but I noticed that this method doesn't replace properly.
I don't actually have an example of this, though. It's possible that it will work anyway.


Repository:
  rC Clang

https://reviews.llvm.org/D47627





More information about the cfe-commits mailing list