Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lit C++11 Compatibility Patch #6 | Charles Li | 2016-04-11 | 1 | -7/+30 |
| | | | | | | | Updated the expected diagnostics of 17 OpenMP tests. The changes to each test are identical. llvm-svn: 265982 | ||||
* | [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. | Alexey Bataev | 2015-12-01 | 1 | -4/+4 |
| | | | | | | OpenMP 4.5 defines new clause 'priority' for 'task', 'taskloop' and 'taskloop simd' directives. Added parsing and sema analysis for 'priority' clause in 'task' and 'taskloop' directives. llvm-svn: 254398 | ||||
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 1 | -0/+83 |
Adds initial parsing and semantic analysis for 'taskloop' directive. llvm-svn: 254367 |