summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/allocate_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Check that allocated variables are used in private clauses.Alexey Bataev2019-04-011-0/+2
| | | | | | | | | | According to OpenMP 5.0 standard, 2.11.4 allocate Clause, Restrictions, For any list item that is specified in the allocate clause on a directive, a data-sharing attribute clause that may create a private copy of that list item must be specified on the same directive. Patch adds the checks for this restriction. llvm-svn: 357390
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+149
Added parsing/sema analysis/serialization/deserialization support for 'allocate' directive. llvm-svn: 355614
OpenPOWER on IntegriCloud