]> granicus.if.org Git - clang/commit
[OpenMP] Parsing + Sema for nowait clause on target directive
authorArpith Chacko Jacob <acjacob@us.ibm.com>
Thu, 21 Jan 2016 22:18:28 +0000 (22:18 +0000)
committerArpith Chacko Jacob <acjacob@us.ibm.com>
Thu, 21 Jan 2016 22:18:28 +0000 (22:18 +0000)
commit42c8998fe9f982542642ace4766d1744321a520c
tree8311ba50da9024dab5e6d4b416dbff541c1be740
parent497108d3a73d1b7ce538a0d9fd6d2c07c55d5579
[OpenMP] Parsing + Sema for nowait clause on target directive

Summary:
Allow nowait clause on target directive in sema and add test cases.

Reviewers: ABataev

Differential Revision: http://reviews.llvm.org/D16358

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258441 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/OpenMPKinds.def
test/OpenMP/target_ast_print.cpp
test/OpenMP/target_nowait_messages.cpp [new file with mode: 0644]