summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_reduction_ast_print.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2020-06-18[OPENMP]Fix PR46357: Do not allow types declarations in pragmas.Alexey Bataev
2020-01-08[OPENMP]Allow comma in combiner expression.Alexey Bataev
2018-09-12[OPENMP] Fix PR38902: support ADL for declare reduction constructs.Alexey Bataev
2018-02-14[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev