summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_reduction_messages.cpp
AgeCommit message (Expand)Author
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman
2024-03-21[clang] Accept lambdas in C++03 as an extensions (#73376)Nikolas Klauser
2022-01-10[AST] Use recovery-expr to preserve incomplete-type-member-access expression.Haojian Wu
2020-01-07[OPENMP]Allow using of members in standalone declaration pragmas.Alexey Bataev
2020-01-03[OPENMP]Fix crash on error message for declare reduction.Alexey Bataev
2019-11-12[OPENMP]Use copy constructors instead of assignment operators in declareAlexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2018-09-13[OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-09-06[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev
2017-02-08[Lit Test] Make tests C++11 compatible - Parse OpenMPCharles Li
2016-03-17[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev