This patch is to add the nowait clause to the target update pragma. It is sema and parsing only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D21477
[OpenMP] Add nowait clause to the target update pragma (sema and parsing) ClosedPublic Authored by kkwli0 on Jun 17 2016, 11:54 AM.
Details Summary This patch is to add the nowait clause to the target update pragma. It is sema and parsing only.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 19 2016, 9:44 PM Closed by commit rL273190: [OpenMP] Add the nowait clause to target update construct. (authored by kli). · Explain WhyJun 20 2016, 12:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 61287 cfe/trunk/include/clang/Basic/OpenMPKinds.def
cfe/trunk/test/OpenMP/target_update_ast_print.cpp
cfe/trunk/test/OpenMP/target_update_nowait_messages.cpp
|