[Openmp-commits] [PATCH] D59783: [OpenMP] Implement 5.0 memory management
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 20 19:03:48 PST 2023
tianshilei1992 added a comment.
@ABataev Can we handle the detection of type `omp_allocator_handle_t` in another way? For example, is it possible to get the `TypeDecl *` from the identifier table and use that as the type (we can get the `QualType` from `TypeDecl *`)?
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59783/new/
https://reviews.llvm.org/D59783
More information about the Openmp-commits
mailing list