Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, | Alexey Bataev | 2019-07-08 | 1 | -1/+1 |
| | | | | | | NFC. llvm-svn: 365334 | ||||
* | [OpenMP] Add checks for requires and target directives. | Gheorghe-Teodor Bercea | 2019-04-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Summary: The requires directive containing target related clauses must appear before any target region in the compilation unit. Reviewers: ABataev, AlexEichenberger, caomhin Reviewed By: ABataev Subscribers: guansong, jfb, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60875 llvm-svn: 358709 | ||||
* | [OPENMP]Initial support for 'allocate' clause. | Alexey Bataev | 2019-03-27 | 1 | -1/+2 |
| | | | | | | Added parsing/sema analysis of the allocate clause. llvm-svn: 357068 | ||||
* | Add support for 'atomic_default_mem_order' clause on 'requires' directive. ↵ | Patrick Lyster | 2018-11-02 | 1 | -0/+68 |
Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 llvm-svn: 345967 |