[Openmp-commits] [PATCH] D77252: [OpenMP] Try to find an existing base for `omp begin/end declare variant`
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Apr 4 19:42:27 PDT 2020
jdoerfert added a comment.
In D77252#1961913 <https://reviews.llvm.org/D77252#1961913>, @mikerice wrote:
> [...]
>
> [...]
> TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
> QualType FType = TInfo->getType();
> [...]
>
I think this is a key part of what I was missing. I'll try out your patch with the all the tests and update the patch if it works (which I assume). Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77252/new/
https://reviews.llvm.org/D77252
More information about the Openmp-commits
mailing list