]> granicus.if.org Git - clang/commit
[OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragma
authorKelvin Li <kkwli0@gmail.com>
Fri, 16 Dec 2016 20:50:46 +0000 (20:50 +0000)
committerKelvin Li <kkwli0@gmail.com>
Fri, 16 Dec 2016 20:50:46 +0000 (20:50 +0000)
commit788453b291a52f13a09ececb9a7a2fd725bb1bd6
tree69db2e96d6991a48e64e49e6597f491931e50dec
parent67b291aa1e26649274028b960abac7cd66230b81
[OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragma

This patch is to add support of the 'is_device_ptr' clause in the 'target parallel' pragma.

Differential Revision: https://reviews.llvm.org/D27821

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