summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/masked_taskloop_loop_messages.cpp
AgeCommit message (Collapse)Author
2022-06-24[OpenMP] Initial parsing and sema support for 'masked taskloop' constructFazlay Rabbi
This patch gives basic parsing and semantic support for "masked taskloop" construct introduced in OpenMP 5.1 (section 2.16.7) Differential Revision: https://reviews.llvm.org/D128478