summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/master_taskloop_simd_collapse_messages.cpp
AgeCommit message (Collapse)Author
2020-10-05Make OpenMP tests less brittle in the face of changes in constantRichard Smith
evaluation diagnostics.
2020-08-19Explain why the array bound is non-constant in VLA diagnostics.Richard Smith
In passing, also use a more precise diagnostic to explain why an expression is not an ICE if it's not of integral type.
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
Added trsing/semantics/codegen for combined construct master taskloop simd. llvm-svn: 375255