[OpenMP] Parse+Sema for copyin clause of 'teams distribute parallel for'
authorCarlo Bertolli <cbertol@us.ibm.com>
Fri, 10 Nov 2017 16:05:00 +0000 (16:05 +0000)
committerCarlo Bertolli <cbertol@us.ibm.com>
Fri, 10 Nov 2017 16:05:00 +0000 (16:05 +0000)
commit3808ff743ee514eb15de5c3952092a2c799a9cff
tree2639f880f8ac78e18bb8d2c3da85e29c4b4a3984
parentc0eef8f6b07184517a6f16516afb0a2b56ffbc93
[OpenMP] Parse+Sema for copyin clause of 'teams distribute parallel for'

https://reviews.llvm.org/D39902

Simply leverage existing implementation and verify correct functioning with two regression tests.

llvm-svn: 317893
clang/include/clang/Basic/OpenMPKinds.def
clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
clang/test/OpenMP/teams_distribute_parallel_for_copyin_messages.cpp [new file with mode: 0644]