[PATCH] D130123: Extend ptr32 support to be applied on typedef
Ariel Burton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 4 15:49:29 PDT 2022
Ariel-Burton added a comment.
In D130123#3700174 <https://reviews.llvm.org/D130123#3700174>, @rnk wrote:
> 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.
Please see updated test `clang/test/Sema/MicrosoftExtensions.cpp`
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