[PATCH] D158266: Patch for Support to loop bind clause : Checking Parent Region
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 05:05:50 PDT 2023
ABataev added inline comments.
================
Comment at: clang/include/clang/Basic/OpenMPKinds.h:251
+/// or 'omp for' directive, otherwise - false.
+bool isOpenMPForDirective(OpenMPDirectiveKind DKind);
+
----------------
What if the outer regioun is sections?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158266/new/
https://reviews.llvm.org/D158266
More information about the cfe-commits
mailing list