[PATCH] D56318: [HIP] Fix size_t for MSVC environment
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 29 19:25:45 PST 2019
rjmccall added a comment.
One minor change and then LGTM.
================
Comment at: include/clang/Basic/TargetInfo.h:1352
+ /// Copy type and layout related info.
+ void copyAuxTarget(TargetInfo *Aux);
virtual uint64_t getPointerWidthV(unsigned AddrSpace) const {
----------------
This can take a `const TargetInfo *`, which also very clearly documents expectations.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56318/new/
https://reviews.llvm.org/D56318
More information about the cfe-commits
mailing list