[Openmp-commits] [PATCH] D83281: [OpenMP] Allow traits for the OpenMP context selector `isa`
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 29 06:18:11 PDT 2020
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG with a nit.
================
Comment at: clang/lib/AST/OpenMPClause.cpp:2304-2306
+ auto it = FeatureMap.find(RawString);
+ if (it != FeatureMap.end())
+ return it->second;
----------------
`It`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83281/new/
https://reviews.llvm.org/D83281
More information about the Openmp-commits
mailing list