summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/distribute_parallel_for_simd_shared_messages.cpp
AgeCommit message (Expand)Author
2024-05-22Reword OpenMP diagnostics for style; NFCAaron Ballman
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-08-03Stop emit incomplete type error for a variable in a map clauseJennifer Yu
2019-12-07[OpenMP] Require trivially copyable type for mappingJonas Hahnfeld
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2018-10-29[OPENMP]Fix PR39372: Does not complain about loop bound variable notAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li