[PATCH] D58074: [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 15 13:08:10 PST 2019
ABataev added inline comments.
================
Comment at: include/clang/Sema/Sema.h:9347
ArrayRef<SourceLocation> MapTypeModifiersLoc,
+ CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
----------------
ABataev wrote:
> Also would be good to pack some of the params into structure
What about this function?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58074/new/
https://reviews.llvm.org/D58074
More information about the cfe-commits
mailing list