[PATCH] D99679: [OPENMP51]Initial support for novariants clause
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 09:56:30 PDT 2021
ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:13567-13568
+ case OMPD_dispatch:
+ CaptureRegion = OMPD_task;
+ break;
+ default:
----------------
What about other directives?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99679/new/
https://reviews.llvm.org/D99679
More information about the llvm-commits
mailing list