Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Check that allocated variables are used in private clauses. | Alexey Bataev | 2019-04-01 | 1 | -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 Bataev | 2019-03-07 | 1 | -0/+149 |
Added parsing/sema analysis/serialization/deserialization support for 'allocate' directive. llvm-svn: 355614 |