summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskloop_simd_num_tasks_messages.cpp
AgeCommit message (Collapse)Author
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
NFC. llvm-svn: 365334
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560
2015-12-08[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev
OpenMP 4.5 adds directives 'taskloop' and 'taskloop simd'. These directives support clause 'num_tasks'. Patch adds parsing/semantic analysis for this clause. llvm-svn: 255008