[PATCH] D130123: Extend ptr32 support to be applied on typedef

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 4 10:26:19 PDT 2022


rnk added a comment.

In D130123#3698399 <https://reviews.llvm.org/D130123#3698399>, @Ariel-Burton wrote:

> Just to make sure that we're on the same  page, you'd like to see a test that confirms that clang is rejecting the  `template<typename T> void f(T __ptr32 a)` example, and possibly one that checks that my example is accepted.  Is that correct?

Yep, exactly that. Sorry for the delay, the code looks good.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130123/new/

https://reviews.llvm.org/D130123



More information about the cfe-commits mailing list