[PATCH] D112499: [OpenMP] Initial parsing/sema for the 'omp loop' construct
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 27 14:30:45 PDT 2021
ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:3911
case OMPD_parallel_master:
+ case OMPD_loop:
case OMPD_teams:
----------------
Here it should also be handled just like `OMPD_simd` or `OMPD_for` with TODO/FIXME.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112499/new/
https://reviews.llvm.org/D112499
More information about the llvm-commits
mailing list