summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_update_depend_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li2016-07-201-2/+2
| | | | | | | | | | | | 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] Add the depend clause to target update construct (sema and parsing)Kelvin Li2016-06-221-0/+112
Differential Revision: http://reviews.llvm.org/D21532 llvm-svn: 273369
OpenPOWER on IntegriCloud