t-tye added inline comments.
================
Comment at: lib/Sema/SemaExprCXX.cpp:2055
+ << AllocType.getUnqualifiedType()
+ << AllocType.getQualifiers().getAddressSpacePrintValue();
else if (getLangOpts().ObjCAutoRefCount) {
----------------
Would suggest renaming getAddressSpacePrintValue to
getAddressSpaceAttributePrintValue since it only deals with address spaces
coming from the` __attribute__((address_space(n)))`.
https://reviews.llvm.org/D31404
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits