summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/distribute_parallel_for_simd_aligned_messages.cpp
AgeCommit message (Expand)Author
2021-08-03Stop emit incomplete type error for a variable in a map clauseJennifer Yu
2020-08-19Explain why the array bound is non-constant in VLA diagnostics.Richard Smith
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
2017-06-13Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...Diana Picus
2017-06-12Revert r301742 which made ExprConstant checking apply to all full-exprs.Nick Lewycky
2017-04-29Remove Sema::CheckForIntOverflow, and instead check all full-expressions.Nick Lewycky
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-10-21Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li