summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_parallel_depend_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Allow all lvalues in 'depend' clause.Alexey Bataev2017-07-271-5/+5
| | | | | | | According to upcoming OpenMP 5.0 all addressable lvalue expressions are allowed in deoend clause. llvm-svn: 309309
* [OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li2016-07-201-1/+1
| | | | | | | | | | | | OpenMP 4.5 removed the restriction that array section lower bound must be non negative. This change is to allow negative values for array section based on pointers. For array section based on array type there is still a restriction: "The array section must be a subset of the original array." Patch by David S. Differential Revision: https://reviews.llvm.org/D22481 llvm-svn: 276177
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+89
Summary: This patch adds parsing + sema for the target parallel directive and its clauses along with testcases. Reviewers: ABataev Differential Revision: http://reviews.llvm.org/D16553 Rebased to current trunk and updated test cases. llvm-svn: 258832
OpenPOWER on IntegriCloud