summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskloop_simd_final_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-03[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev
OpenMP 4.5 adds directive 'taskloop simd'. Patch adds parsing/sema analysis for 'taskloop simd' directive and its clauses. llvm-svn: 254597