summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_sections_messages.cpp
AgeCommit message (Expand)Author
2019-07-11[OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-05-09[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev
2019-05-09Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...Roman Lebedev
2019-05-06[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-07-21[OPENMP] Added several test cases for clauses 'ordered' and 'nowait': if ther...Alexey Bataev
2014-07-08[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev