summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_for_simd_loop_messages.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-12-12[OpenMP] Basic parse and sema support for modifiers in order clauseChi Chun Chen
2020-02-03[OPENMP50]Basic parsing/sema analysis for order(concurrent) clause.Alexey Bataev
2019-12-06[OPENMP]Moved warning fo mapping non-trivially copiable types into aAlexey Bataev
2019-10-07[OPENMP50]Treat range-based for as canonical loop.Alexey Bataev
2019-09-11[OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2018-11-21[OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li
2018-02-27[OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-09[OPENMP] Treat '#pragma omp target parallel for simd' as simd directive.Alexey Bataev
2017-08-31[OPENMP] Fix for PR34398: assert with random access iterator if theAlexey Bataev
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li